v2 doesn't take --hosts just a hosts argument
This commit is contained in:
parent
91edac362d
commit
a35d3ff71f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ diffout=$(mktemp tmp.XXXXXXXXX)
|
|||
mailto='admin@fedoraproject.org'
|
||||
source /root/sshagent >>/dev/null
|
||||
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||
/srv/web/infra/ansible/scripts/list-vms-per-host.v2 --host=virtservers 2>/dev/null > "$output"
|
||||
/srv/web/infra/ansible/scripts/list-vms-per-host.v2 virtservers 2>/dev/null > "$output"
|
||||
chmod 644 "$output"
|
||||
diff -u "$dest" "$output" > $diffout
|
||||
rc=$?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue