mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
Move this to the new non .v2 version
This commit is contained in:
@@ -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=$?
|
||||
|
||||
Reference in New Issue
Block a user