do not create .retry files

This commit is contained in:
Markus 2019-09-27 09:05:33 +02:00
parent 133838e586
commit 9c4f889402
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ ansible_managed = This file is managed by ansible, do not make manual changes -
inventory = ./hosts
nocows = 1
remote_user = root
retry_files_enabled = False
roles_path = ./roles
vault_password_file = ./.vault_pass
# Use the YAML callback plugin.