Fix more incorrect roles

This commit is contained in:
Salt 2020-08-08 20:38:14 -05:00
parent 0faa20d3e5
commit 3f419f8e6e

View File

@ -16,7 +16,7 @@
become: yes
tags: [ common, dns ]
roles:
- role: backups
- role: base-backups
tags: [ backups ]
- role: matrix
vars:
@ -42,7 +42,7 @@
tags: [ discord, adam ]
- hosts: web1.9iron.club
roles:
- role: backups
- role: base-backups
vars:
backups_outdir: "/cold/backups"
tags: [ backups ]
@ -68,5 +68,5 @@
tags: [ web, webroot ]
- hosts: web1.cowfee.moe
roles:
- role: backups
- role: base-backups
tags: [ backups ]