From 322843b3c1f9120d69ef6b02d0b06ec789ba1e8e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 11 Jul 2021 18:20:13 +0100 Subject: [PATCH] chmod the correct directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 569e87c..3a32cb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ ansible: paths: - .cache/pip before_script: - - chmod 0755 . # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir + - chmod 0755 ansible/ # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir - apt-get update && apt-get install -y bash git - ./scripts/ansible/setup.sh script: