- 22 Sep, 2013 3 commits
-
-
James Cammarata committed
-
René Moser committed
-
René Moser committed
-
- 21 Sep, 2013 1 commit
-
-
René Moser committed
-
- 16 Sep, 2013 1 commit
-
-
James Cammarata committed
-
- 06 Sep, 2013 1 commit
-
-
Closes #3992
James Cammarata committed
-
- 28 Aug, 2013 2 commits
-
-
Bruce Pennypacker committed
-
Bruce Pennypacker committed
-
- 20 Aug, 2013 2 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
- 19 Aug, 2013 1 commit
-
-
James Cammarata committed
-
- 16 Aug, 2013 2 commits
-
-
Michael DeHaan committed
-
simplified check_mode simplified other file attribute handling in link mode made conditionals clearer Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 12 Aug, 2013 3 commits
-
-
Ben Podoll committed
-
adding a little more info to the 'path' param so it's clear there are aliases (which are used in other examples) to avoid confusion
Ben Podoll committed -
Mark Mandel committed
-
- 11 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 10 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 25 Jul, 2013 1 commit
-
-
Bruce Pennypacker committed
-
- 21 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 20 Jul, 2013 1 commit
-
-
Breaks recursion parameter on file. This reverts commit e7226e10.
Michael DeHaan committed
-
- 19 Jul, 2013 1 commit
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 16 Jul, 2013 1 commit
-
-
Add follow parameter to stat module that controls whether to follow symlinks. It defaults to no. This then calls os.stat or os.lstat based on the value of follow. Add lnk_source key/value pair if path is a symlink and follow=no. Drop the statement that sets isdir=False and islnk=True when path is a symlink that points to a directory.
Stephen Fromm committed
-
- 12 Jul, 2013 1 commit
-
-
The file module would in some cases return dest=/path/to/file, and in other cases return path=/path/to/file, this change makes it more consistent and in line with all the other file-related modules (i.e. copy, assemble, template, ...) by using dest= instead of path= as the input and output argument. (Of course, path is still there as an alias for compatibility).
Dag Wieers committed
-
- 05 Jul, 2013 1 commit
-
-
Breaks "," values in INI files This reverts commit af051d6f.
Michael DeHaan committed
-
- 03 Jul, 2013 1 commit
-
-
remove unnecessary import, md5 sum on regular files only
Jan-Piet Mens committed
-
- 02 Jul, 2013 1 commit
-
-
Ben Podoll committed
-
- 01 Jul, 2013 1 commit
-
-
remove obsolete examples: key
Jan-Piet Mens committed
-
- 30 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 26 Jun, 2013 2 commits
-
-
visudo requires the -f option to check any other file than the default. I've added this to the example ansible tasks.
billwanjohi committed -
Bruce Pennypacker committed
-
- 25 Jun, 2013 2 commits
-
-
Bruce Pennypacker committed
-
Bruce Pennypacker committed
-
- 20 Jun, 2013 4 commits
-
-
Mike Grozak committed
-
Mike Grozak committed
-
Mike Grozak committed
-
added force parameter to symlink invocation, in order to force the creation in case of already existing destination with the type of 'file'
Mike Grozak committed
-
- 17 Jun, 2013 1 commit
-
-
Jan-Piet Mens committed
-
- 15 Jun, 2013 2 commits
-
-
Jan-Piet Mens committed
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-