Move this to the new non .v2 version
This commit is contained in:
parent
ca9ffbb863
commit
c6f4963fdb
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 virtservers 2>/dev/null > "$output"
|
||||
/srv/web/infra/ansible/scripts/list-vms-per-host 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