Those are the `dump` and `passno` arguments for the module. On Wed, Jan 13, 2021 at 3:26 PM [email protected] <[email protected]> wrote:
> > 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 > <https://groups.google.com/d/msgid/ansible-project/44080506-2213-48ef-8f7a-d9b0ff18bdbcn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Matt Martz @sivel sivel.net -- 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/CAD8N0v_RnzFkf-YozE7sB7e59uY3%2BDeK8fJjc6v%3DcVe7eNuuyw%40mail.gmail.com.
