Dear All:

I have some problem, I ran ansible fortigate backup cfg 
it's file have in path but ansible have error msg 
{ "msg": "Failed while reading configuration backup"}
I don't know what happened

This is my ansible
---
- hosts: localhost
  gather_facts: no

  vars_files:
   - fortikey.yml
  tasks:
    - name: backup system config
      fortios_config:
        host: "{{host}}"
        username: "{{username}}"
        password: "{{password}}"
        backup: yes
        backup_path: "/tmp/fortigate/"
        backup_filename: "backup_config.cfg"

-- 
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/7a4acba3-b37a-4ae9-b377-3635dd3ddc51%40googlegroups.com.

Reply via email to