mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
vault backup: 2024-10-25 16:11:48
Affected files: docs/Command Snippets/Ansible Snippets.md
This commit is contained in:
parent
5646b45a5b
commit
73cdf2ffec
1 changed files with 4 additions and 0 deletions
|
@ -21,4 +21,8 @@ ansible all -m apt -a update_cache=true
|
||||||
# This will succeed
|
# This will succeed
|
||||||
# Equivalent to sudo apt-update
|
# Equivalent to sudo apt-update
|
||||||
ansible all -m apt -a update_cache=true --become --ask-become-me-pass
|
ansible all -m apt -a update_cache=true --become --ask-become-me-pass
|
||||||
|
```
|
||||||
|
Install packages
|
||||||
|
```bash
|
||||||
|
ansible all -m apt -a name=vim --become --ask-become-pass
|
||||||
```
|
```
|
Loading…
Reference in a new issue