Commit 0357f4c
Changed files (3)
files/wpa_supplicant.conf
.gitignore
@@ -1,3 +1,2 @@
-wpa_supplicant.conf
venv
*.swp
main.yml
@@ -202,7 +202,6 @@
systemd:
name: "wpa_supplicant@{{ wifi_ifname }}.service"
enabled: True
- state: started
become: True
- name: alternatives - editor
@@ -211,3 +210,6 @@
link: /usr/bin/editor
path: /usr/bin/vim.basic
become: True
+
+ #- name: reboot
+