Skip to content

Commit

Permalink
Need more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPatlan authored Feb 7, 2025
1 parent d989d76 commit 4889fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/packer/ansible/roles/ami-ovf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- ansible_distribution_major_version == '9'

- name: PMM | Delete vagrant
shell: cd /tmp; nohup sh -c "trap 'userdel -r vagrant' EXIT; sleep 600" </dev/null >/dev/null 2>&1 &
shell: cd /tmp; nohup sh -c "trap 'userdel -f -r vagrant' EXIT; sleep 600"

- 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 &

0 comments on commit 4889fff

Please sign in to comment.