mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
copr: vm-aarch64-new: resalloc home dir fix once more
This commit is contained in:
@@ -61,7 +61,7 @@ def wait_for_ssh(ip):
|
||||
|
||||
|
||||
def execute_spinup_playbook(ip):
|
||||
playbook = '/var/lib/resalloc/provision/_provision_aarch64.yml'
|
||||
playbook = '/var/lib/resallocserver/provision/_provision_aarch64.yml'
|
||||
cmd = ['timeout', '600', 'ansible-playbook', playbook, '-i', ip + ","]
|
||||
if call(cmd, stdout=sys.stderr):
|
||||
raise Exception("can't spinup")
|
||||
|
||||
Reference in New Issue
Block a user