vault backup: 2024-10-25 16:07:55

Affected files:
docs/Command Snippets/Ansible Snippets.md
This commit is contained in:
Keannu Bernasol 2024-10-25 16:07:55 +08:00
parent a435898101
commit 5646b45a5b

View file

@ -19,5 +19,6 @@ Elevate command to root user
ansible all -m apt -a update_cache=true ansible all -m apt -a update_cache=true
# This will succeed # This will succeed
ansible all -m apt -a update_cache=true # Equivalent to sudo apt-update
ansible all -m apt -a update_cache=true --become --ask-become-me-pass
``` ```