community.general/lib/ansible/modules/system
Rowin Andruscavage 3a3a63ce46 Update debconf example (#33397)
'true' needs to be quoted as a string, otherwise it is stored as boolean and ends up getting capitalized to 'True' when presented to debconf
Subsequent install of oracle-java8-installer fails with "oracle-license-v1-1 license could not be presented"

ansible version: 2.3.1.0

Actual: value: true
    debconf-show oracle-java8-installer
    * shared/accepted-oracle-license-v1-1: True

Expected: value: 'true'
    debconf-show oracle-java8-installer
    * shared/accepted-oracle-license-v1-1: true
2017-11-30 18:07:11 +10:00
..
__init__.py
aix_inittab.py
aix_lvol.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
alternatives.py
at.py
authorized_key.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
awall.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
beadm.py
capabilities.py
cron.py
cronvar.py
crypttab.py
dconf.py
debconf.py Update debconf example (#33397) 2017-11-30 18:07:11 +10:00
facter.py
filesystem.py
firewalld.py Fix firewalld to fail with correct version numbers (#33144) 2017-11-22 08:39:06 +01:00
gconftool2.py
getent.py
gluster_volume.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
group.py
hostname.py
interfaces_file.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
iptables.py
java_cert.py
kernel_blacklist.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
known_hosts.py
locale_gen.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
lvg.py
lvol.py Add resizefs param in lvol (#31132) 2017-11-25 07:12:58 +00:00
make.py
mksysb.py
modprobe.py
mount.py
nosh.py
ohai.py
open_iscsi.py
openwrt_init.py
osx_defaults.py
pam_limits.py
pamd.py
parted.py
ping.py
puppet.py
runit.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
seboolean.py
sefcontext.py
selinux.py selinux: check if policy exists before switching (#31834) 2017-11-28 11:09:24 -05:00
selinux_permissive.py
seport.py
service.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
setup.py
solaris_zone.py
svc.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
sysctl.py
systemd.py
timezone.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
ufw.py
user.py