Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPatlan authored Feb 7, 2025
1 parent 4669dd9 commit 0cec416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/packer/ansible/roles/ami-ovf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
- name: PMM | Delete Azure user
shell: cd /tmp; nohup sh -c "trap '/usr/sbin/waagent -force -deprovision+user && sync' EXIT; sleep 600" </dev/null >/dev/null 2>&1 &

- name: PMM | Delete vagrant
shell: cd /tmp; nohup sh -c "trap 'userdel -r vagrant' EXIT; sleep 600"
ignore_errors: yes
#- name: PMM | Delete vagrant
# shell: cd /tmp; nohup sh -c "trap 'userdel -r vagrant' EXIT; sleep 600"
# ignore_errors: yes

0 comments on commit 0cec416

Please sign in to comment.