Brian Coca
a268e5a119
Merge pull request #2647 from bertvv/issue_2498
...
Also show stdout when validation fails. This fixes #2498
2016-03-17 08:49:39 -07:00
Brian Coca
8c2ef29a7a
added follow to specific modules that support it
...
was removed from common file docs
2016-02-15 14:14:56 -05:00
Brian Coca
191bf977f7
Merge pull request #3042 from lgp171188/patch-1
...
Fix typo in the copy module error message
2016-02-15 08:16:03 -05:00
Brian Coca
238c26c7e2
recursive copy is not available(yet) on remote_src
2016-02-15 08:16:17 -05:00
Guruprasad
ea6c2573e3
Fix typo in the copy module error message
...
Fix the typos in the error message shown on trying to use remote_src=yes for copying directories
2016-02-15 16:22:29 +05:30
Brian Coca
b89f4c7cab
cleaner error on recursive remote copy
...
TODO: add recursive copy support when remote_src=yes
probably need to make shared the logic in the action plugin.
2016-02-12 22:38:16 -05:00
Michael Scherer
948900f7fb
Fix doc inconsistency ( #2630 )
2015-12-22 15:22:17 +01:00
Adam Fields
27f561dca2
added a reference to the template module for clarity
2015-12-10 12:45:59 -05:00
Bert Van Vreckem
9556bcb9c2
Also show stdout when validation fails. This fixes #2498
2015-12-08 13:10:25 +01:00
Maarten Claes
e9c548da41
This fixes copy with the remote_src option
...
It was broken in 6e37f1dcef
when the remote_src was added. Need to
pass the absolute path to copy2 instead of a tuple.
2015-11-18 13:12:59 +01:00
Brian Coca
6e37f1dcef
fixed remote_src support, now actually copies and does not move
2015-11-12 09:39:37 -08:00
Brian Coca
5893eb51a5
documented new remote_src option
2015-10-16 01:10:04 -04:00
Marius Gedminas
9bcf69a155
Fix obvious copy-paste error in module docs
2015-08-13 19:47:49 +03:00
James Cammarata
2bfddb015d
In copy, set the mode before running th validation
...
Because some programs that do validation (like visudo) may require
the permissions to be more restricted.
Fixes ansible/ansible#11385
2015-07-26 14:40:22 -04:00
Brian Coca
c688408385
fixed fragment docs
2015-07-24 17:54:02 -04:00
Jeff Widman
fd6518179b
Move validate command into doc fragment and fix a few typos
2015-07-21 17:58:43 -07:00
Greg DeKoenigsberg
2a5f0bde87
Proper author info for all remaining modules
2015-06-15 15:53:30 -04:00
Brian Coca
a597992592
updated content description to discourage using as a tempalte module
2015-04-15 10:02:30 -04:00
Brian Coca
de4c7f8ba6
switched to use python's built in os.separator vs using /
2015-04-03 09:06:58 -04:00
Brian Coca
7683f36613
fix to return vals docs
2015-03-20 17:00:55 -04:00
Brian Coca
13cdadcc4d
removed always for success, as data wont show on fail
2015-02-20 09:57:39 -05:00
Brian Coca
cbf42c95b2
draft for documenting module returns
2015-02-20 09:57:39 -05:00
Toshio Kuratomi
9e0959d600
Fix for recursion traceback in copy with relative paths
...
This is a further fix for: https://github.com/ansible/ansible/issues/9092
when the relative path contains a subdirectory. Like:
ansible localhost -m copy -a 'src=/etc/group dest=foo/bar/'
2015-02-16 15:36:54 -08:00
Brian Coca
242a1562c3
Merge pull request #36 from mscherer/fix_old_9092
...
Fix old ticket #9092 where a playbook can enter in recursion
2014-12-11 20:54:54 -05:00
Jeff Geerling
b9471c9cd5
Add mention of fetch module to the copy module docs.
2014-11-11 12:22:27 -06:00
Toshio Kuratomi
6317d3a988
Move from md5 to sha1 to work on FIPS-140 enabled systems
2014-11-06 21:25:55 -08:00
Michael Scherer
9cbd4d0fad
Fix old ticket #9092 where a playbook can enter in recursion
...
This can be tested with this command :
ansible -c local -m copy -a 'src=/etc/group dest=foo/' all
This is a corner case of the algorithm used to find how we should
copy recursively a folder, and this commit detect it and avoid it.
Check https://github.com/ansible/ansible/issues/9092 for the story
2014-09-29 18:02:42 -04:00
Michael DeHaan
c8e1a2077e
file extensions!
2014-09-26 10:37:56 -04:00