From 9ff0e09625e939aa2294e7b016b99478c8e539ef Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 3 Apr 2023 21:20:10 +0200 Subject: [PATCH] Test ansible collection paths --- .drone.yml | 2 +- packer/build.pkr.hcl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5073570..7d68124 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: - | ansible-galaxy collection install \ -r ansible/requirements.yml \ - -p /scratch/ansible-galaxy + -p ./ansible volumes: - name: scratch path: /scratch diff --git a/packer/build.pkr.hcl b/packer/build.pkr.hcl index af6b8c1..1518eee 100644 --- a/packer/build.pkr.hcl +++ b/packer/build.pkr.hcl @@ -34,7 +34,6 @@ build { "PYTHONUNBUFFERED=1" ] use_proxy = "false" - collections_path = "/scratch/ansible-galaxy" extra_arguments = [ "--extra-vars", "appliancetype=${source.name}",