community.general/lib/ansible/modules/files
Dag Wieers 30227ace98
Fix parameter types and other fixes (#50111)
* Fix parameter types and other fixes

* Fix issues after review

* Fix Windows-references in system/files modules

This PR includes:
- Replacing version/v with just Ansible X.Y
- Removing Windows-alternatives from notes

* Update lib/ansible/modules/system/parted.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/system/service.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/system/service.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Revert type change, move to separate PR

* Update lib/ansible/modules/files/replace.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/files/replace.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/files/replace.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/files/replace.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/files/replace.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/files/replace.py

Co-Authored-By: dagwieers <dag@wieers.com>
2019-01-18 03:24:47 +01:00
..
__init__.py
acl.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
archive.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
assemble.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
blockinfile.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
copy.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
fetch.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
file.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
find.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
ini_file.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
iso_extract.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
lineinfile.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
patch.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
read_csv.py Sanity fixes in various modules (#50080) 2018-12-18 09:53:46 -06:00
replace.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
stat.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
synchronize.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
tempfile.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
template.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
unarchive.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
xattr.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
xml.py Introduce 'insertbefore' and 'insertafter' to specify the position (#44811) 2019-01-08 15:38:51 +01:00