mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
base / keytab: Try and throttle task to 1
This task seems to fail with a nameserver failed to answer message when you provision a bunch of hosts at once. Try running just one at a time and see if it helps any. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
register: host_add_result
|
register: host_add_result
|
||||||
changed_when: "'Added host' in host_add_result.stdout"
|
changed_when: "'Added host' in host_add_result.stdout"
|
||||||
failed_when: "not ('Added host' in host_add_result.stdout or 'already exists' in host_add_result.stderr)"
|
failed_when: "not ('Added host' in host_add_result.stdout or 'already exists' in host_add_result.stderr)"
|
||||||
|
throttle: 1
|
||||||
tags:
|
tags:
|
||||||
- base
|
- base
|
||||||
- config
|
- config
|
||||||
|
|||||||
Reference in New Issue
Block a user