sudo
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m27s Details

This commit is contained in:
Gleb Koval 2023-09-08 23:32:03 +01:00
parent 0edaee542f
commit 599931fd9a
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 2 additions and 2 deletions

View File

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