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
When creating a cifs mount with credentials, I noticed that if you have an & (ampersand) in your password, it will be converted to \046. This happens in the entire string that you give to the opts field.
SUMMARY
When creating a cifs mount with credentials, I noticed that if you have an
&
(ampersand) in your password, it will be converted to\046
. This happens in the entire string that you give to theopts
field.ISSUE TYPE
COMPONENT NAME
mount
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Rocky8
ansible-playbook --inventory hosts.yml mount --limit log01 --diff -vvv
EXPECTED RESULTS
This string in
/etc/fstab
:ACTUAL RESULTS
This string in
/etc/fstab
:The text was updated successfully, but these errors were encountered: