02 - Ansible Advanced
Playbook run options
Dry Run (Check Mode)
The --check option runs the playbook without making changes to the target systems.
$ ansible-playbook playbook.yml --check
Start at
The --start-at-task option is use to specify a name of a task that ...
rohitpagote.hashnode.dev5 min read