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 luck.
So, do I get the syntax wrong or is there any secret sauce needed when working in a role based scenario, or is --start-at-task simply not made for roles?