mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Install planetconfigbuilder.py script as well on people
This commit is contained in:
@@ -34,11 +34,16 @@
|
||||
# tags:
|
||||
# - planet_server
|
||||
|
||||
- name: copy the run planet-config script
|
||||
- name: copy the run planet-config script into /usr/local/bin
|
||||
copy: src=pull-run-planet-config.sh dest=/usr/local/bin/pull-run-planet-config.sh
|
||||
tags:
|
||||
- planet_server
|
||||
|
||||
- name: copy the planetconfigbuilder.py script into /usr/local/bin
|
||||
copy: src=planetconfigbuilder.py dest=/usr/local/bin/planetconfigbuilder.py
|
||||
tags:
|
||||
- planet_server
|
||||
|
||||
- name: create planet directory
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user