Skip to content

Commit

Permalink
Revert "Allow to change sshd timeout with an env var"
Browse files Browse the repository at this point in the history
This reverts commit bd3472f.
  • Loading branch information
rpelisse committed Feb 2, 2024
1 parent 186d0b8 commit 0ba279c
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
Expand Up @@ -5,4 +5,4 @@ podman_image: 'localhost/molecule-slave'
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"
wait_for_sshd: "{{ lookup('env', 'ERIS_SSHD_WAIT_TIMEOUT') | default(60) }}"
wait_for_sshd: 60

0 comments on commit 0ba279c

Please sign in to comment.