Initial commit

This commit is contained in:
2024-10-30 01:50:38 +01:00
commit 587ca23374
147 changed files with 7521 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
# Reload wireless service
- name: Reload wireless
ansible.builtin.command:
cmd: "/sbin/wifi {{ item }}"
register: reload_wifi_status
changed_when: reload_wifi_status != 0
loop: ["config", "reload"]