Closed masih closed 2 months ago
Ansible has a built-in dryrun feature. Instead of skipping the step entirely when dryrun flag is set, we should be running ansible with --check flag.
--check
Look at how it is done here as an example.
--check seem to get added to bash script arges that ends up getting passed on to ansible; nothing to do here.
Ansible has a built-in dryrun feature. Instead of skipping the step entirely when dryrun flag is set, we should be running ansible with
--check
flag.Look at how it is done here as an example.