Skip to content

updating fix to backup configs

Rama Darbha requested to merge devtemp into dev

I have noticed that when I ran the backup role against configurations created by the repos, the /etc/frr/daemons and /etc/frr/frr.conf files weren’t being backed up because they require sudo.

- name: Fetch config from remote devices and save to the config directory
  become: false  <- This should be ‘true’

Merge request reports