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}",