How do you stop Ansible from creating .retry files in the home directory?
Posted Oops!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How do you stop Ansible from creating .retry files in the home directory?相关的知识,希望对你有一定的参考价值。
There are two options that you can add to the [defaults] section of the ansible.cfg file that will control whether or not .retry files are created and where they are created.
[defaults]
...
retry_files_enabled = True # Create them - the default
retry_files_enabled = False # Do not create them
retry_files_save_path = "~/" # The directory they will go into
# (home directory by default)
以上是关于How do you stop Ansible from creating .retry files in the home directory?的主要内容,如果未能解决你的问题,请参考以下文章
[2016-3-18]OMG美语每日笔记-How do you get on someone's radar?How do you make them notice you?