mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Add common scripts to koschei cloud so it can properly restart httpd and fedmsg
This commit is contained in:
@@ -35,6 +35,15 @@
|
||||
- koschei
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Install common scripts
|
||||
copy: src={{ item }} dest=/usr/local/bin/ owner=root group=root mode=0755
|
||||
with_fileglob:
|
||||
- "{{ roles }}/base/files/common-scripts/*"
|
||||
tags:
|
||||
- config
|
||||
- base
|
||||
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
- include: "{{ tasks }}/postfix_basic.yml"
|
||||
|
||||
Reference in New Issue
Block a user