| commit | 1aa9a2e8fa7f95560818a91fd6838f5e114707bb | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Feb 22 21:10:45 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Wed Feb 22 21:10:45 2017 -0500 |
| tree | 6e958ca87eb660af6d83f654184f637cb8dd6479 | |
| parent | cf96fc4503038b66d6bba8fa7e284b94f8e5bde8 [diff] |
updated use of threads
diff --git a/configuration/opdk-set-reachable.yml b/configuration/opdk-set-reachable.yml index 4cedf06..26fccdb 100644 --- a/configuration/opdk-set-reachable.yml +++ b/configuration/opdk-set-reachable.yml
@@ -1,6 +1,6 @@ --- - hosts: '{{ hosts }}' - strategy: free + serial: 1 vars_files: - ~/.apigee/credentials.yml roles:
diff --git a/configuration/update_cache.yml b/configuration/update_cache.yml index 754e9e4..286fafb 100644 --- a/configuration/update_cache.yml +++ b/configuration/update_cache.yml
@@ -1,5 +1,6 @@ --- - hosts: planet + strategy: free vars_files: - ~/.apigee/credentials.yml pre_tasks: