You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/system
Dag Wieers 7618fd8749 Fix check-mode incorrectly returning changed (#2220)
The lvol module has a different logic in check-mode for knowing when a change is induced. And this logic is *only* based on a size check. However during a normal run, it is the lvreduce or lvextend tool that decides when a change is performed (or when the requested and existing sizes differ). So while in check-mode the module reports a change, in real run-mode it does not in fact changes anything an reports ok.

One solution would be to implement the exact size-comparison logic that is implemented in lvextend and lvreduce, but we opted to use the `--test` option to each command to verify if a change is induced or not. In effect both check-mode and run-mode use the exact same logic and conclusion.
10 years ago
..
__init__.py package files 11 years ago
alternatives.py Add proper type to path and link 10 years ago
at.py Changes to author formatting, remove emails 11 years ago
capabilities.py sys.exit removal for system/capabilities.py 10 years ago
cronvar.py Remove the +x from crypttab and cronvar (#2039) 10 years ago
crypttab.py Remove the +x from crypttab and cronvar (#2039) 10 years ago
debconf.py Adding author's github id 11 years ago
facter.py Fix facter path 10 years ago
filesystem.py Merge pull request #1493 from abulimov/filesystem_recreate_with_force 10 years ago
firewalld.py Basic ability to set masquerade options from ansible, according to current code design/layout (mostly) (#2017) 10 years ago
getent.py Adding author's github id 11 years ago
gluster_volume.py Do not fail when action is delete and volume is not present 10 years ago
iptables.py Add `to_destination` parameter 10 years ago
kernel_blacklist.py Changes to author formatting, remove emails 11 years ago
known_hosts.py Use type='path' rather than str, so path is expanded correctly 10 years ago
locale_gen.py Add some more locales to LOCALE_NORMALIZATION 10 years ago
lvg.py Add documentation to explain that pvs will be created if needed 10 years ago
lvol.py Fix check-mode incorrectly returning changed (#2220) 10 years ago
make.py docs: fix make docs (#2107) 10 years ago
modprobe.py Fixes #634 - multiple param handling by modprobe.py 10 years ago
ohai.py Remove unneeded spaces at the end of ohai 10 years ago
open_iscsi.py Fix open_iscsi EXAMPLES section 10 years ago
osx_defaults.py osx_defaults: fix datetime 10 years ago
pam_limits.py fixed python 2.4 compatibility 10 years ago
puppet.py Merge pull request #1149 from Jmainguy/puppet_stdout 10 years ago
selinux_permissive.py minor doc fix 11 years ago
seport.py Fix seport module issue when ports argument is interpolated from a variable and is a int 10 years ago
solaris_zone.py bugfix: use correct function close calls 10 years ago
svc.py Sprinkle some LANG/LC_* where command output is parsed (#2019) 10 years ago
ufw.py system/ufw.py: Add security warning re. removing ufw application prof… 10 years ago
zfs.py Keep, but ignore createparent option 10 years ago