Skip to content

Commit ae1c4bd

Browse files
authored
Merge pull request #241 from shiftstack/fix-reboot-task
Fix reboot task to escalate as root instead of stack
2 parents 180e9eb + be1d65b commit ae1c4bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎playbooks/install_stack.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@
597597
block:
598598
- name: Reboot the node
599599
become: true
600+
become_user: root
600601
ansible.builtin.reboot:
601602
- name: Pause for 2 minutes to let all containers to start and OpenStack to be ready
602603
ansible.builtin.pause:

0 commit comments

Comments
 (0)