Refactor ansible hosts.yml: Remove unused ansible_become_method for hosts

This commit is contained in:
2024-09-23 19:53:27 +08:00
parent 05f0945e7f
commit b82705c3a7
4 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
## Update all packages
```bash
ansible-playbook -i hosts.yml playbook.yml -K
ansible-playbook -i inventory playbooks/update/update-noreboot.yml -l '!dc08' -K
```