Merge "Add --flush-cache to launch.py ansible"
This commit is contained in:
commit
ade72bdd6a
@ -178,6 +178,7 @@ def bootstrap_server(server, key, name, volume_device, keep,
|
||||
])
|
||||
ansible_cmd = [
|
||||
'ansible-playbook',
|
||||
'--flush-cache',
|
||||
'-i', inventory_list, '-l', name,
|
||||
'--private-key={key}'.format(key=jobdir.key),
|
||||
"--ssh-common-args='-o StrictHostKeyChecking=no'",
|
||||
|
Loading…
Reference in New Issue
Block a user