- hosts: fortimanager00 collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: Log content filters. fmgr_system_logfetch_clientprofile_logfilter: bypass_validation: False client-profile: 1 # id state: present system_logfetch_clientprofile_logfilter: field: 0 id: 1 oper: '!=' # value: ansible