Commit 0357f4c

bryfry <bryon@fryer.io>
2024-06-15 17:17:07
wifi, dont start until after reboot
1 parent 0608c87
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
+