mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Create /usr/share/fedmsg manually...
This commit is contained in:
@@ -25,6 +25,14 @@
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
|
||||
- name: Create /usr/share/fedmsg since apparently fedmsg doesn't do it anymore
|
||||
file: state=directory
|
||||
path=/usr/share/fedmsg
|
||||
owner=fedmsg group=fedmsg mode=0775
|
||||
tags:
|
||||
- config
|
||||
- simple-koji-ci
|
||||
|
||||
- name: Start and enable the services we want
|
||||
service: name={{ item }} enabled=yes state=started
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user