1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/system
quidame 8635cd84d4
New module: dpkg_divert (#417)
* feature: module dpkg_divert + tests

* try to skip non-deb linux distrib

* use collection namespace in EXAMPLES

* skip unsupported OS/distrib in tasks instead

* tests: remove unskipped distribs

* apply changes suggested by Andersson007

* Remove ANSIBLE_METADATA (no more needed).
* Normalize docstrings (capitalize descriptions, fix styling, use yes/no
  booleans).

* fix descriptions

* update DOCUMENTATION

* Drop field 'version_added' (no more needed).
* Add a note about check_mode support.

* use list comprehension

* support diff mode

* Move 'before'/'after' dicts into 'diff' dictionary.
* Set 'diversion' as the actual state (or the state that would be
  reached, when in check mode).
* Always return 'diversion' on handled exits (exit_json & fail_json).

* enable 'diff' mode in tests, add missing 'become'
2020-06-10 21:01:16 +03:00
..
aix_devices.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
aix_filesystem.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
aix_inittab.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
aix_lvg.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
aix_lvol.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
alternatives.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
awall.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
beadm.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
capabilities.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
cronvar.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
crypttab.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
dconf.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
dpkg_divert.py New module: dpkg_divert (#417) 2020-06-10 21:01:16 +03:00
facter.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
filesystem.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
firewalld.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
gconftool2.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
interfaces_file.py Fix Ansible documentation in part of example formatting. Part 1 (#332) 2020-05-15 13:13:45 +03:00
java_cert.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
java_keystore.py java_keystore - Added support for private key pass phrase (#276) (#276) 2020-05-25 11:09:18 +03:00
kernel_blacklist.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
lbu.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
listen_ports_facts.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
locale_gen.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
lvg.py LVG: add new parameter pvresize (#422) 2020-05-29 22:16:23 +03:00
lvol.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
make.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
mksysb.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
modprobe.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
nosh.py Fix examples formatting (#345) 2020-05-16 15:07:51 +02:00
ohai.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
open_iscsi.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
openwrt_init.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
osx_defaults.py Fix Ansible documentation in part of example formatting. Part 2 (#333) 2020-05-15 13:27:06 +03:00
pam_limits.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
pamd.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
parted.py parted: fix return value documentation (#406) 2020-05-25 12:35:46 +02:00
pids.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
puppet.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
python_requirements_facts.py Initial commit 2020-03-09 09:11:07 +00:00
python_requirements_info.py Fix examples formatting (#345) 2020-05-16 15:07:51 +02:00
runit.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
sefcontext.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
selinux_permissive.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
selogin.py Fix Ansible documentation in part of example formatting. Part 1 (#332) 2020-05-15 13:13:45 +03:00
seport.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
solaris_zone.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
svc.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
syspatch.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
timezone.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
ufw.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
vdo.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
xfconf.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
xfs_quota.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00