Skip to content

Commit

Permalink
allow slave image override
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Feb 14, 2024
1 parent 8377d03 commit 642edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/eris_hera_create/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
hera_home: "{{ lookup('env', 'HERA_HOME') }}"
hera_debug: "{{ lookup('env', 'HERA_DEBUG') | default(False) }}"
podman_image: "{{ lookup('env', 'MOLECULE_SLAVE_IMAGE') | default('localhost/molecule-slave-9') }}"
podman_image: "{{ lookup('ansible.builtin.env', 'HERA_MOLECULE_SLAVE_IMAGE') | default('podman_image', 'localhost/molecule-slave-9') }}"
hera_molecule_slave_sshd_port: "{{ lookup('env', 'BUILD_MOLECULE_SLAVE_SSHD_PORT') | default('undefined') }}"
workdir: "{{ lookup('env', 'WORKDIR') }}"
job_name: "{{ lookup('env', 'JOB_NAME') | default('ansible') }}-slave"
Expand Down

0 comments on commit 642edcb

Please sign in to comment.