Try copying badge rules with a file glob.
This commit is contained in:
parent
7712fba9ca
commit
a449d473e3
1 changed files with 5 additions and 3 deletions
|
@ -25,9 +25,11 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: copy over all our badge definitions
|
- name: copy over all our badge definitions
|
||||||
copy: src=badges/$item dest=/usr/share/badges/rules/$item
|
copy: >
|
||||||
with_items:
|
src=badges/$item
|
||||||
- test_badge.yml
|
dest=/usr/share/badges/rules/$item
|
||||||
|
with_fileglob:
|
||||||
|
- roles/badge-backend/files/badges/*.yml
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue