11292/one-loop-over-multiple-ansible-tasks
With_items has unfortunately stopped but it’s coming up in its new versions.
You could try to work with the v2 branch from github.
What you can do with 1.9.1 is to move your tasks into a role and reference this role multiple times in your playbook.
Go through this include_role module: tasks: - ...READ MORE
You can try the run_once attribute: Example from ...READ MORE
Use an indexed hostname, and then define ...READ MORE
Try using this. Create a new directory ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Your when statement is wrong. you either split ...READ MORE
Try this: - hosts: web tasks: ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.