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 state: reloaded
when: com_challenge is changed when: com_challenge is changed
become: yes become: yes
tags: [ pull ]

View File

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