mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Tag more plays.
This commit is contained in:
@@ -6,20 +6,21 @@
|
||||
with_items:
|
||||
- datanommer.py
|
||||
- badges-awarder.py
|
||||
|
||||
tags:
|
||||
- config
|
||||
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
|
||||
- name: make badge definition directory
|
||||
file: path=/usr/share/badges/rules owner=fedmsg group=fedmsg mode=0755 state=directory
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: copy over all our badge definitions
|
||||
copy: src=badges/$item dest=/usr/share/badges/rules/$item
|
||||
with_items:
|
||||
- test_badge.yml
|
||||
|
||||
tags:
|
||||
- config
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
|
||||
Reference in New Issue
Block a user