mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 19:13:59 -07:00
If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files will not be deleted, which is useful only for development debugging purposes.
This commit is contained in:
parent
1738440b13
commit
eee2d1afd0
4 changed files with 15 additions and 7 deletions
|
@ -35,6 +35,8 @@ Ansible Changes By Release
|
|||
* -u and user: defaults to current user, rather than root, override as before
|
||||
* new module boilerplate code to check for mutually required arguments, arguments required together, exclusive args
|
||||
* /etc/ansible/ansible.cfg and ~/ansible.cfg now available to set default values and other things
|
||||
* --list-hosts to show what hosts are included in each play of a playbook
|
||||
* ANSIBLE_KEEP_REMOTE_FILES=1 can be used in debugging (envrionment variable)
|
||||
|
||||
0.6 "Cabo" -- August 6, 2012
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue