ipa-client: throttle tasks to one worker at a time to avoid conflicts when talking to server

This commit is contained in:
Mark O'Brien 2021-02-02 17:02:27 +00:00 committed by nphilipp
parent a7ddcf5828
commit 55528ea6ba

View file

@ -29,6 +29,7 @@
tags:
- ipa/client
- config
throttle: 1
- name: Configure HBAC on IPA cluster
delegate_to: "{{ ipa_server }}"
@ -38,6 +39,7 @@
tags:
- ipa/client
- config
throttle: 1
- name: Configure sudo on IPA cluster
delegate_to: "{{ ipa_server }}"
@ -47,3 +49,4 @@
tags:
- ipa/client
- config
throttle: 1