Commit Graph

238 Commits (8baaf458c794b86096dcbbdcbf652f9cdab809ee)

Author SHA1 Message Date
Michael DeHaan 8baaf458c7 Repairs for documentation build.
12 years ago
Michael DeHaan c1fbf80f70 Slight docs tweak, split lines according to code standards
12 years ago
Andrea.Mandolo 838b914a0d correct documentation comment and version_added in "synchronize" module
12 years ago
Andrea.Mandolo c039dbe300 Add STDOUT lines in response of "synchronize" module
12 years ago
Andrea.Mandolo f9ec53cdef Add "checksum" option support to 'synchronize' module
12 years ago
Michael DeHaan 37efa1640f Merge branch 'update_docs_validate_cmd_not_passed_via_shell' of git://github.com/rwehner/ansible into devel
12 years ago
Michael DeHaan 2ddb251538 Merge pull request #6597 from tarka/handle-uncreated-symlink-tmpfile
12 years ago
Jeff Geerling 8960cba4a3 Fixed template validation docs and example.
12 years ago
jjshoe 12c84dd6bd Show argument dependency
12 years ago
James Cammarata f2c06cadc3 Cleanup from merge of replace module and CHANGELOG update
12 years ago
James Cammarata 9775872f83 Merge branch 'devel' of https://github.com/EvanK/ansible into EvanK-devel
12 years ago
James Cammarata d545b73ccb Merge branch 'file_fixes_agg' of https://github.com/bcoca/ansible into bcoca-file_fixes_agg
12 years ago
Robert Wehner 8a19d31391 Update 'validate=' parameter documentation to make clear that the command
12 years ago
James Tanner ea5186ca63 Fixes #6590 add set_remote_user parameter to synchronize
12 years ago
Steve Smith e157355fd6 Only unlink the symlink tempfile on error if it was created in the
12 years ago
Brian Coca 1b38bd8a40 fixed issue with tmp file (path can include filename) and added missing
12 years ago
Brian Coca 6e6ad97239 now correctly checks absolute path for src= existance for links
12 years ago
Brian Coca f6a75ebaf1 fixed issue with directory permissions on copy #6552
12 years ago
James Cammarata 5d8c9d3f0f Merge branch 'file_fixes_clean' of https://github.com/bcoca/ansible into bcoca-file_fixes_clean
12 years ago
Michael DeHaan 7286beb15e Merge pull request #6515 from lotia/fix-acl-doc-and-error
12 years ago
Ali Asad Lotia 4a006a78b3 Whitespace fixes in incompatible param check
12 years ago
Michael DeHaan 5c05982dea Merge pull request #6448 from jirutka/fix-5679-2
12 years ago
Cristian Ciupitu 0749112286 Micro-optimization: replace s.find(x)!=-1 with x in s
12 years ago
Ali Asad Lotia 9180013682 Fix acl module doc and error messages
12 years ago
Brian Coca 2d25577e11 Fixes and cleanup to file functions and module
12 years ago
Michael DeHaan 01b7465a03 Merge pull request #6504 from follower/patch-2
12 years ago
follower af6109c169 Fix typo
12 years ago
Brian Coca b81a3bbb20 fixed bad detection of change on default and premature break
12 years ago
Jakub Jirutka 2bfaacd170 Fix #5679 again after recent changes in core
12 years ago
Brian Coca 463a1c21ea now stat skips md5 if file isn't readable
12 years ago
James Tanner ba0fec4f42 Force command action to not be executed by the shell unless specifically enabled
12 years ago
Dolph Mathews 8808e029f9 spelling correction for "separate"
12 years ago
Richard C Isaacson a483e42583 unarchive module: Add creates functionality.
12 years ago
Michael DeHaan 7710867922 Merge pull request #6308 from muffl0n/file_fix_documentation
12 years ago
James Cammarata 9f2999df79 Un-escape newlines in delimiters for assemble module
12 years ago
Sven Schliesing f62cc1e351 Fix link in documentation
12 years ago
Michael DeHaan 6c43e0e010 Simplify file module parameter description.
12 years ago
Richard C Isaacson f17e549ff9 Typo fix.
12 years ago
Richard C Isaacson 809b714bfc Replace mode with octal renaming to mode.
12 years ago
Richard Isaacson cca7fd3c0c Merge pull request #1 from bcoca/stat_updaates
12 years ago
Richard C Isaacson 7b6c7366d1 Minor cleanup.
12 years ago
Richard C Isaacson 890202e4c0 copy module: cleanup and if directory_mode not set default to umask
12 years ago
Richard C Isaacson cf4a6b39cc Copy Module: Add the ability to set directory attributes on recursive copy.
12 years ago
James Cammarata 32a2636dc7 Add expanduser calls on src/dest in the module too
12 years ago
James Cammarata e659d55d62 Merge branch 'devel' of https://github.com/muffl0n/ansible into muffl0n-devel
12 years ago
Brian Coca 53d71a3949 added octal representation of mode and made md5 checksumming optional
12 years ago
James Cammarata 3b2d409906 Fixing several bugs in assemble and updating tests
12 years ago
James Cammarata f03d6a67c8 Adding new tests for assemble role
12 years ago
James Cammarata 2157880029 Adding the backup destination to the resut dictionary for lineinfile
12 years ago
muffl0n b0f00cc097 already call expanduser in action_plugin
12 years ago