WIP: Initial VM provisioning #4

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

View File

@ -10,8 +10,8 @@
delegate_to: localhost delegate_to: localhost
- name: Test some stuff - name: Test some stuff
ansible.builtin.shell: | ansible.builtin.shell: |
apt update sudo apt update
apt install -y qemu-guest-agent sudo apt install -y qemu-guest-agent
touch ~/hmm touch ~/hmm
echo test > ~/test echo test > ~/test
echo test2 >> ~/test echo test2 >> ~/test