Re: [ansible-project] --start-at-task - not working with roles or do I get the syntax wrong?

2021-11-29 Thread Dick Visser
I have not heard of that option before, but in any case, the docs on it ( https://docs.ansible.com/ansible/latest/user_guide/playbooks_startnstep.html#start-at-task) state: > This feature does not work with tasks inside dynamically re-used roles or tasks Also it uses dashed "--start-at-task"

[ansible-project] --start-at-task - not working with roles or do I get the syntax wrong?

2021-11-29 Thread dulhaver via Ansible Project
hy everybody, I am trying a barman installation via Ansible which makes use of 4 roles. Now I want to skip most of the tasks and utilize --start.at-task "name of a task". I am running into a 'task not found' error. I tried variants like --start.at-task "role name"/"name ot a task" without any