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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,5 +8,6 @@
  roles: [adarnimrod.debian-bootstrap]

- hosts: all
  strategy: free
  roles:
    - role: example