Skip to content
Snippets Groups Projects
Commit 46ba6ecd authored by nimrod's avatar nimrod
Browse files

- Enable free Ansible strategy to allow each host to proceed as fast as it can...

- Enable free Ansible strategy to allow each host to proceed as fast as it can to help speed up some plays.
parent 9d70784f
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
roles: [adarnimrod.debian-bootstrap] roles: [adarnimrod.debian-bootstrap]
- hosts: all - hosts: all
strategy: free
roles: roles:
- role: example - role: example
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment