arguments

This is from a yaml script. The syntax checks ok but the arguments don’t seem right. It’s using the vyos_config module.

It fails. Does anyone have suggestions or thoughts on this message?

“changed”: false,

“failed”: true,

“invocation”: {

“module_args”: {

“backup”: false,

“comment”: “configured by vyos_config”,

“config”: null,

“host”: null,

“lines”: [

“set firewall group network-group address-group TEST-702 ‘6.6.6.6’”

],

“match”: “line”,

“password”: null,

“port”: null,

“provider”: null,

“save”: false,

“src”: null,

“ssh_keyfile”: null,

“timeout”: null,

“username”: null

}

},

“msg”: “configuration failed”

From the output it looks like its a problem with your playbook. Can you post the playbook that generated this response?