Disable retry files
This commit is contained in:
parent
43e80fa822
commit
62a9b204a0
|
@ -3,3 +3,4 @@ inventory = ./ansible/hosts.ini
|
||||||
nocows = True
|
nocows = True
|
||||||
private_key_file = .vagrant/machines/dransible/virtualbox/private_key
|
private_key_file = .vagrant/machines/dransible/virtualbox/private_key
|
||||||
remote_user = vagrant
|
remote_user = vagrant
|
||||||
|
retry_files_enabled = False
|
||||||
|
|
Loading…
Reference in a new issue