Commit be1d65b
committed
Fix reboot task to escalate as root instead of stack
The reboot task had become: true but inherited become_user: stack from
the play level, causing 'Interactive authentication required' from
polkit/systemd. Add become_user: root to match the pattern used by all
other root-privileged tasks in the playbook.1 parent fd34fab commit be1d65b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| 553 | + | |
553 | 554 | | |
554 | 555 | | |
555 | 556 | | |
| |||
0 commit comments