Skip to content

Required for FRR backups

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