WIP: Initial VM provisioning #4

Closed
cyclane wants to merge 38 commits from initial-vm-provisioning into main
1 changed files with 3 additions and 0 deletions
Showing only changes of commit bc59bd5fdb - Show all commits

View File

@ -14,6 +14,9 @@
# port: 22 # port: 22
# timeout: 300 # timeout: 300
# delegate_to: localhost # delegate_to: localhost
- name: Debug
ansible.builtin.debug:
var: wait_conn
- name: Test some stuff - name: Test some stuff
ansible.builtin.shell: | ansible.builtin.shell: |
touch ~/hmm touch ~/hmm