Tag certain roles for pull remediation
This commit is contained in:
parent
62ea91fc7f
commit
33f5af534e
@ -111,3 +111,4 @@
|
|||||||
state: reloaded
|
state: reloaded
|
||||||
when: com_challenge is changed
|
when: com_challenge is changed
|
||||||
become: yes
|
become: yes
|
||||||
|
tags: [ pull ]
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user