Create libexec koschei dir
This commit is contained in:
parent
b252ecc2ce
commit
5ae63e9d06
1 changed files with 7 additions and 0 deletions
|
@ -126,6 +126,13 @@
|
||||||
tags:
|
tags:
|
||||||
- koschei
|
- koschei
|
||||||
|
|
||||||
|
- name: Create libexec/koschei dir
|
||||||
|
file: path=/usr/libexec/koschei state=directory
|
||||||
|
when: env == "production"
|
||||||
|
tags:
|
||||||
|
- koschei
|
||||||
|
- hotfix
|
||||||
|
|
||||||
- name: Create symlinks to python to get specific executable names
|
- name: Create symlinks to python to get specific executable names
|
||||||
file: path="/usr/libexec/koschei/koschei-{{ item }}"
|
file: path="/usr/libexec/koschei/koschei-{{ item }}"
|
||||||
src=/usr/bin/python
|
src=/usr/bin/python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue