diff --git a/.drone.yml b/.drone.yml index 4e31ec7..b8bc581 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,8 @@ steps: - yamllint --version - name: Linting + depends_on: + - Debugging information image: bv11-cr01.bessems.eu/library/packer-extended pull: always commands: @@ -31,6 +33,8 @@ steps: scripts - name: Install Ansible Galaxy collections + depends_on: + - Linting image: bv11-cr01.bessems.eu/library/packer-extended pull: always commands: diff --git a/packer/build.pkr.hcl b/packer/build.pkr.hcl index 463ae82..af6b8c1 100644 --- a/packer/build.pkr.hcl +++ b/packer/build.pkr.hcl @@ -34,7 +34,7 @@ build { "PYTHONUNBUFFERED=1" ] use_proxy = "false" - collections-path = "/scratch/ansible-galaxy" + collections_path = "/scratch/ansible-galaxy" extra_arguments = [ "--extra-vars", "appliancetype=${source.name}",