码迷,mamicode.com
首页 > 其他好文 > 详细

How do you stop Ansible from creating .retry files in the home directory?

时间:2018-04-13 19:04:02      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:files   enable   int   led   file   tin   pat   whether   eating   

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?

标签:files   enable   int   led   file   tin   pat   whether   eating   

原文地址:https://www.cnblogs.com/weifeng1463/p/8822526.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!