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