ansible-playbook: add dryrun --check --diff example (#12896)

Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
Arthur Lutz 2024-06-05 12:18:21 +02:00 committed by GitHub
parent a9a1057525
commit fadddb905c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@
- Run tasks in a playbook starting at a specific task:
`ansible-playbook {{playbook}} --start-at {{task_name}}`
- Run tasks in a playbook without making any changes (dry-run):
`ansible-playbook {{playbook}} --check --diff`