fortinet-ansible-dev / ansible-galaxy-fortios-collection

GNU General Public License v3.0
84 stars 48 forks source link

AWX | fortios_firewall_address access_key unsupported #238

Closed dpinyol closed 1 year ago

dpinyol commented 1 year ago

Helllo, When I launch task with module firewall_address from Ansible AWX, module return message:

"Unsupported parameters for (fortios_firewall_address) module: access_token Supported parameters include: firewall_address, host, https, password, ssl_verify, state, username, vdom",

If I try to launch at the command line, the execution is OK.

Ansible data: AWX version: 17.1.0 Ansible version: 2.9.18 FortiOS Galaxy 2.2.2

Task example:

  fortios_firewall_address:
    access_token: "{{ access_token }}"
    vdom: "{{ vdom  }}"
    state: 'present'
    firewall_address: "{{ item }}"
  loop: "{{ listadeips }}"
dpinyol commented 1 year ago

ok, close this ticket, only fqdn module.