Make sure scripts are executable.
This commit is contained in:
parent
16ac719702
commit
45f12d3682
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@
|
||||||
# - planet_server
|
# - planet_server
|
||||||
|
|
||||||
- name: copy the run planet-config script into /usr/local/bin
|
- 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
|
copy: src=pull-run-planet-config.sh dest=/usr/local/bin/pull-run-planet-config.sh mode=755
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
- name: copy the planetconfigbuilder.py script into /usr/local/bin
|
- name: copy the planetconfigbuilder.py script into /usr/local/bin
|
||||||
copy: src=planetconfigbuilder.py dest=/usr/local/bin/planetconfigbuilder.py
|
copy: src=planetconfigbuilder.py dest=/usr/local/bin/planetconfigbuilder.py mode=755
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue