copr: make sure /etc/fedora-messaging directory exists
This commit is contained in:
parent
bb7e834f4b
commit
caa32c8ec7
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@
|
|||
chdir: /usr/share/copr/coprs_frontend/
|
||||
when: update_indexes_required_result.rc != 0
|
||||
|
||||
- name: make sure /etc/fedora-messaging directory exists
|
||||
file: path=/etc/fedora-messaging state=directory
|
||||
|
||||
- name: install fedora messaging config for Copr
|
||||
template: src="fedora-messaging/copr_messaging.toml" dest="/etc/fedora-messaging/copr_messaging.toml"
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue