Skip to content

Commit

Permalink
commented reboot task
Browse files Browse the repository at this point in the history
  • Loading branch information
manoj-nutanix committed Oct 29, 2024
1 parent a77e0e5 commit aa8aa14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ansible/roles/providers/tasks/azure-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
- packer["image_publisher"] == "resf"
- packer["image_version"] == "9.1.20230215"

- name: Unconditionally reboot the machine after all tasks
ansible.builtin.reboot:

when:
- packer["image_publisher"] == "resf"
# - name: Unconditionally reboot the machine after all tasks
# ansible.builtin.reboot:
# reboot_timeout: 600 # Timeout of 10 minutes to ensure full reboot
# when:
# - packer["image_publisher"] == "resf"

- name: Add the yum repository for the azure cli
yum_repository:
Expand Down

0 comments on commit aa8aa14

Please sign in to comment.