Add common scripts to koschei cloud so it can properly restart httpd and fedmsg

This commit is contained in:
Kevin Fenzi 2015-05-09 16:38:47 +00:00
parent 06d2517c67
commit 2419f176e3

View file

@ -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"