renamed role

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-11 15:03:20 +01:00
parent 278d61759a
commit a213db0de3
9 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# role native-pull-remote-backups
# role native-pull-primary-backups
## goal
This script allows to pull backups from a remote server.

View File

@ -33,7 +33,7 @@
hosts: replica_backup_hosts
become: true
roles:
- role: native-pull-remote-backups
- role: native-pull-primary-backups
- name: setup homepages
hosts: homepage_hosts
become: true