fine tunings
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
user: "{{ ansible_user }}"
|
||||
state: present
|
||||
# copy file present on the controller to the remote host
|
||||
# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html
|
||||
key: "{{ lookup('file', '~/.ssh/default.pub') }}"
|
||||
|
||||
- name: apt update all packages
|
||||
@@ -48,7 +47,7 @@
|
||||
delay: 5
|
||||
timeout: 300
|
||||
|
||||
- name: Add wifi networks from secrets
|
||||
- name: Add wifi networks from template
|
||||
template:
|
||||
src: templates/wpa_supplicant.conf.j2
|
||||
dest: /etc/wpa_supplicant/wpa_supplicant.conf
|
||||
|
||||
Reference in New Issue
Block a user