summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files
Commit message (Expand)AuthorAgeFilesLines
* core promotionsMatt Martz2020-03-092-2/+2
* Migrated to ansible.posixAnsible Core Team2020-03-092-1003/+0
* Migrated to community.generalAnsible Core Team2020-03-097-2815/+0
* Update blockinfile.py to change dest: to path: (#67824)adambriand2020-02-271-1/+1
* copy: ensure _original_basename is set: fixes #47050 (#47238)Moritz Grimm2020-02-211-2/+3
* AnsibleModule.load_file_common_arguments: allow to override path (#61659)Felix Fontein2020-02-122-4/+2
* Fixing typo in regex escape. (#67236)Milutin Jovanović2020-02-111-1/+1
* Clean up FILE_COMMON_ARGUMENTS (#66389)Felix Fontein2020-02-071-0/+1
* Update template.py (#67010)unixsysadmin2020-02-031-1/+1
* Make get_bin_path() always raise an exception (#56813)Sam Doran2020-01-301-1/+1
* file - change warning to error (#66671)Sam Doran2020-01-291-8/+3
* fix closing quotation mark in copy module(#66619)Dovry2020-01-201-1/+1
* file - change _diff_peek type in argument_spec (#60428)Sam Doran2020-01-171-1/+1
* Added required parameter to document DOC-string to produce Documentation. (#6...Satyajit Bulage2019-12-051-0/+1
* Fix/archive empty file (#64895)Nabil BENDAFI2019-11-251-10/+9
* Remove uneeded Python version compatibility checks. (#64076)Mads Jensen2019-11-201-3/+1
* Improved message for unarchive. (#64594)Satyajit Bulage2019-11-151-1/+1
* archive module documentation is misleading (#62755)chris-kiick-sp2019-11-111-5/+3
* Replaces deprecated usage of functions in ansible.module_utils.basic (#63990)Mads Jensen2019-10-312-9/+11
* copy - check for changes beyond first level of subdirectories (#58323)Alexander Korsunsky2019-10-301-0/+3
* lineinfile - don't run os.makedirs on empty dir path (#63921)Robert Osowiecki2019-10-291-1/+1
* template: Add a space in example block (#63930)Philipp Kahr2019-10-251-1/+1
* lineinfile - use correct index value when inserting at the end (#63696)Sam Doran2019-10-221-2/+8
* lineinfile - properly insert line when line exists and backrefs are enabled (...Sam Doran2019-10-221-9/+9
* Update description for firstmatch option (#62896)Prasad Katti2019-10-181-1/+1
* Improve module return values (#63541)Felix Fontein2019-10-171-2/+2
* Fix use of deprecated function in xml module.Matt Clay2019-10-151-3/+3
* Update unarchive.py - Further clarify extra_opts (#58102)Jeff Gibson2019-10-141-0/+2
* Update 'delete' parameter description in synchronize module (#63450)Niklas Beinghaus2019-10-141-0/+1
* ini_file: remove incorrect documentation (#63394)flowerysong2019-10-141-4/+0
* acl: fix module failure if there're spaces in a path (#63280)Roman2019-10-111-3/+3
* Update stat.py (#63289)memotype2019-10-091-1/+1
* Add aliases to path parameter of stat module (#61270)Alexander Kapshuna2019-10-091-1/+2
* lineinfile - fix bug with insertbefore/insertafter and firstmatch (#63194)Andrey Klychkov2019-10-081-28/+57
* Update xml.py (#63128)kamleshdudani2019-10-041-1/+1
* Concise file module example description (#62932)Ningú2019-09-301-1/+1
* find - clarify description of 'contains' (#62445)Sam Doran2019-09-261-1/+1
* fix typos in modules (#62135)Andrey Klychkov2019-09-114-5/+5
* Deprecate alias 'thirsty' from all usages (#61245)Jill R2019-08-282-0/+8
* Fix ssh example with sshd config (#60821)Arnaud Venturi2019-08-201-2/+2
* template - move backup to its own doc (#59893)Jordan Borean2019-08-141-0/+1
* Update file.py's help doc, and narrow down diff logic, for recent pull 56353 ...Iain Madder2019-08-131-2/+3
* Update validate example in copy.py (#60053)monobaila2019-08-061-2/+2
* Document behavior of fetch when file already exists (#59816)Jered Sutton2019-07-311-1/+3
* win_template - use shared doc fragment for shared options (#59701)Jordan Borean2019-07-311-102/+1
* unarchive - add requirement of zipinfo command to docs (#59556)6cUbi57z2019-07-301-1/+1
* Update find.py (#59456)UNR Information Security2019-07-231-2/+2
* Update copy.py (#56370)Alex IP2019-07-221-1/+2
* Modified blockinfile module's exmple using loop keyword (#59022)Kiyo Nagamine2019-07-161-4/+4
* Remove reference to Windows for assemble docs (#59082)Jordan Borean2019-07-151-3/+0