Hello there,

I have the following task:

- name: Mount /dev/testvg/testlv
mount:
path: /test
src: /dev/testvg/testlv
fstype: xfs
opts: defaults
state: present

I'm using the mount module. I'm trying to achieve inserting the following 
line into fstab:

/dev/testvg/testlv /test xfs defaults 1 2

However, when running the playbook, I get the following result:

/dev/testvg/testlv /test xfs defaults 0 0

How can I set 1 2 instead of 0 0 with the mount module?

Regards,

Josue.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/44080506-2213-48ef-8f7a-d9b0ff18bdbcn%40googlegroups.com.

Reply via email to