Skip to content

Commit

Permalink
Remove wait for sshd (no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Feb 6, 2024
1 parent 0ba279c commit 72bbd3a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/eris_hera_create/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,3 @@
- name: "Display content of {{ molecule_instance_config }}"
ansible.builtin.debug:
msg: "{{ res_conf['content'] | b64decode }}"

- name: "Wait for {{ wait_for_sshd }}s"
ansible.builtin.wait_for:
port: "{{ hera_molecule_slave_sshd_port }}"
host: 'olympus'
search_regex: OpenSSH
delay: "{{ wait_for_sshd }}"
delegate_to: localhost

0 comments on commit 72bbd3a

Please sign in to comment.