Skip to content

Commit

Permalink
Fix broken SSH juggle
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Sep 1, 2021
1 parent b05bba8 commit 3c23e22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ roles:
- name: chriswayg.msmtp-mailer
- name: stuvusit.smartd
- name: oefenweb.dns
- name: notthebee.ubuntu_autoinstall
2 changes: 1 addition & 1 deletion tasks/ssh_juggle_port.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

- name: SSH Port Juggle | Set the ansible_port to the fallback default port
set_fact:
ansible_port: "22"
ansible_ssh_port: "22"
when:
- _ssh_port_result is failed

Expand Down
7 changes: 7 additions & 0 deletions upload_iso.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- hosts: all
gather_facts: yes
become: yes

roles:
- role: notthebee.ubuntu_autoinstall

0 comments on commit 3c23e22

Please sign in to comment.