From ee0cb2a2d0ede04938e88e99d477208a5bf59f99 Mon Sep 17 00:00:00 2001 From: Jeffrey van Pelt <jeff@vanpelt.one> Date: Thu, 13 Aug 2020 01:15:28 +0200 Subject: [PATCH] Fixed symlinks to be not absolute, which confuses 'ansible-galaxy collection build' on other systems --- molecule/default | 2 +- molecule/resources/playbooks/library | 2 +- molecule/resources/playbooks/module_utils | 2 +- molecule/resources/playbooks/roles | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/molecule/default b/molecule/default index e0a54605..df5ea5dd 120000 --- a/molecule/default +++ b/molecule/default @@ -1 +1 @@ -/home/scampos/src/ansible-freeipa/molecule/centos-8 \ No newline at end of file +centos-8 \ No newline at end of file diff --git a/molecule/resources/playbooks/library b/molecule/resources/playbooks/library index b30cd095..0140dc6d 120000 --- a/molecule/resources/playbooks/library +++ b/molecule/resources/playbooks/library @@ -1 +1 @@ -/home/scampos/src/ansible-freeipa/plugins/modules/ \ No newline at end of file +../../../plugins/modules/ \ No newline at end of file diff --git a/molecule/resources/playbooks/module_utils b/molecule/resources/playbooks/module_utils index 4a88d1e6..2b1d4840 120000 --- a/molecule/resources/playbooks/module_utils +++ b/molecule/resources/playbooks/module_utils @@ -1 +1 @@ -/home/scampos/src/ansible-freeipa/plugins/module_utils/ \ No newline at end of file +../../../plugins/module_utils/ \ No newline at end of file diff --git a/molecule/resources/playbooks/roles b/molecule/resources/playbooks/roles index a0123be0..e2b799b9 120000 --- a/molecule/resources/playbooks/roles +++ b/molecule/resources/playbooks/roles @@ -1 +1 @@ -/home/scampos/src/ansible-freeipa/roles \ No newline at end of file +../../../roles/ \ No newline at end of file -- GitLab