You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Solaris node, even if the boot option set false(or no), mount module will set mount at boot to yes in /etc/vfstab
ISSUE TYPE
Bug Report
COMPONENT NAME
ansible.posix.mount
ANSIBLE VERSION
devel (2.12.0.dev0)
CONFIGURATION
$ ansible-config dump --only-changed
[WARNING]: You are running the development version of Ansible. You should only run Ansible from "devel" if you are modifying the Ansible engine, or trying
out features under development. This is a rapidly changing source of code and can become unstable at any point.
COLLECTIONS_PATHS(/home/hsaito/work/src/saito-hideki/ansible_collections/ansible/posix/ansible.cfg) = ['/home/hsaito/work/src/saito-hideki/ansible_collection>
HOST_KEY_CHECKING(/home/hsaito/work/src/saito-hideki/ansible_collections/ansible/posix/ansible.cfg) = False
$ cat /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
...<snip>...
192.168.100.100:/var/data/pv00 - /mnt nfs - no rw
ACTUAL RESULTS
$ cat /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
...<snip>...
192.168.100.100:/var/data02/pv00 - /mnt nfs - yes rw
The text was updated successfully, but these errors were encountered:
SUMMARY
For Solaris node, even if the
boot
option setfalse
(orno
), mount module will setmount at boot
toyes
in/etc/vfstab
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
launch the following task in playbook:
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: