docs: tilføj log-kommando under Kør-sektionen
This commit is contained in:
@@ -41,6 +41,12 @@ ansible-galaxy collection install community.general
|
|||||||
ansible-playbook -K site.yml
|
ansible-playbook -K site.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Med log til fil:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ansible-playbook -K site.yml -v 2>&1 | tee ansible.log
|
||||||
|
```
|
||||||
|
|
||||||
`-K` prompter for sudo-password. Playbooken kører kun på `localhost`.
|
`-K` prompter for sudo-password. Playbooken kører kun på `localhost`.
|
||||||
|
|
||||||
## Dotfiles
|
## Dotfiles
|
||||||
|
|||||||
Reference in New Issue
Block a user