diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-08-17 03:34:55 +0200 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-08-17 03:34:55 +0200 |
commit | eee2d1afd06039d3ae7ff85ac7bdfa13a96ddb41 (patch) | |
tree | ef83aa303f3ec159fe696a85793a3b6c914937c8 /Makefile | |
parent | Merge branch 'devel' of https://github.com/skvidal/ansible into devel (diff) | |
download | ansible-eee2d1afd06039d3ae7ff85ac7bdfa13a96ddb41.tar.xz ansible-eee2d1afd06039d3ae7ff85ac7bdfa13a96ddb41.zip |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -101,8 +101,6 @@ python: python setup.py build install: - mkdir -p /usr/share/ansible - cp ./library/* /usr/share/ansible/ python setup.py install sdist: clean |