nfs client ansible

dear all:

fatal: [192.168.1.120]: FAILED! => {
“changed”: false,
“invocation”: {
“module_args”: {
“dump”: “0”,
“fstype”: “nfs”,
“opts”: “defaults,nobootwait”,
“passno”: “2”,
“path”: “/nfs”,
“sate”: “mounted”,
“src”: “192.168.1.146/share/share”
}
},
“msg”: “Unsupported parameters for (mount) module: sate Supported parameters include: backup, boot, dump, fstab, fstype, opts, passno, path, src, state”
}

i don’t know why unsupported mount module

my ansible

Hi

Are you missing a : from the src?

The error is clear "Unsupported parameters ... sate". Correct

              state=mounted

HTH,

  -vlado

no

BR

Sandy

Wrong argument :

sate → state

Regards,

Dear all:

I can connect to this ip and share folder

“msg”: “Error mounting /nfs: mount.nfs: remote share not in ‘host:dir’ format\n”

BR

Sandy

my ansible