Tag certain roles for pull remediation

This commit is contained in:
Salt 2020-06-17 09:29:24 -05:00
parent 62ea91fc7f
commit 33f5af534e
2 changed files with 2 additions and 1 deletions

View File

@ -111,3 +111,4 @@
state: reloaded
when: com_challenge is changed
become: yes
tags: [ pull ]

View File

@ -9,7 +9,7 @@
- role: backups
vars:
backups_outdir: "/cold/backups"
tags: [ backups ]
tags: [ backups, pull ]
- role: dokuwiki
tags: [ web, dokuwiki ]
- role: gitea