mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Make the ansible check diff run serial instead of parallel.
This commit is contained in:
@@ -18,8 +18,4 @@ for dir in ("hosts", "groups"):
|
||||
playbookpath = os.path.join(path, file)
|
||||
cmd = ("ansible-playbook", playbookpath, "--check", "--diff")
|
||||
ansibleprocess = subprocess.Popen(cmd)
|
||||
|
||||
#
|
||||
# Add this if you want to run them one at a time instead of all forked off in a bunch.
|
||||
# ansibleprocess.communicate()
|
||||
#
|
||||
ansibleprocess.communicate()
|
||||
|
||||
Reference in New Issue
Block a user