--step option for ansible-playbook

Hello!

Simple question - does letter “c” in --step mode means “cancel” or “continue”? :slight_smile:

Today i try to deploy some single task from role to my test hosts and use --start-at-task plus --step. After 3 steps i made all changes and was ready to stop playbook execution. I was absolute sure, than y/n/c means “yes” “no” “cancel”, but “c” run all lower tasks (no yes or no choise). God bless “when” option for role :slight_smile: All my test enviroment is save

Now i try to find some special information about this option and cant find nothing in docs…

The “c” for --step means to “continue”, and will stop stepping. Feel free to open a github issue for us to update the docs regarding this option.

Thanks!

https://github.com/ansible/ansible/issues/7433 :slight_smile: