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
Dustin C. Hatch d2dc260e98 filesystem: Ignore blkid cache
Sometimes, `blkid` will incorrectly return no information about a block
device, even if it exists and has a valid filesystem. This causes the
*filesystem* module to fail if *force=no*. Instructing `blkid` to use
`/dev/null` as a cache file will force it to rescan the block device on
each run, making results more consistent.

Signed-off-by: Dustin C. Hatch <admiralnemo@gmail.com>
11 years ago
..
at Tested implementation adding action option for (add, delete, unique). 11 years ago
authorized_key Updated authorized_key module documentation regarding manage_dir 11 years ago
cron Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
facter Addresses #5023 Fix import comments 11 years ago
filesystem filesystem: Ignore blkid cache 11 years ago
firewalld Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
group Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
hostname Add support for Scientific Linux for hostname module 11 years ago
kernel_blacklist Addresses #5023 Fix import comments 11 years ago
lvg Addresses #5023 Fix import comments 11 years ago
lvol Require force for LVM shrink and remove operations in lvol. Fixes #5774 11 years ago
modprobe Merge remote-tracking branch 'berendt/fixing_permissions' into pull_4703 11 years ago
mount Addresses #5023 Fix import comments 11 years ago
ohai Addresses #5023 Fix import comments 11 years ago
open_iscsi Addresses #5023 Fix import comments 11 years ago
ping Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
seboolean Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
selinux Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
service Merge pull request #5554 from ttarabul/devel 11 years ago
setup Fix setup module to gather facts from PowerPC Macs. 11 years ago
sysctl sysctl: parse bool value as 0/1 and refactor a little bit 11 years ago
user Merge branch 'usermod_fix' of https://github.com/tknguyen79/ansible into tknguyen79-usermod_fix 11 years ago
zfs Fix zfs create command for properties with spaces 11 years ago