From 5ae63e9d066fa0f4ab8cc6b422fc2ca7f1527c2d Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Wed, 8 Jul 2015 16:38:37 +0000 Subject: [PATCH] Create libexec koschei dir --- roles/koschei/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/koschei/tasks/main.yml b/roles/koschei/tasks/main.yml index c0f3c72725..a4cb4a79d2 100644 --- a/roles/koschei/tasks/main.yml +++ b/roles/koschei/tasks/main.yml @@ -126,6 +126,13 @@ tags: - 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 file: path="/usr/libexec/koschei/koschei-{{ item }}" src=/usr/bin/python