Ansible jump to a specific task:
ansible-playbook -e @vars.yaml tasks/main.yml -vvv --step --start-at-task='Downloading installer rootfs' --check
--check -> will ask before proceeding
-vvv -> what going on
--start-at-task -> specific task
No comments:
Post a Comment