Skip to content

Commit

Permalink
move sudo to playbook instead of tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Sep 13, 2024
1 parent 6ac6c99 commit 3c1d1e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@

- name: Reboot the system after installing Docker
shell: reboot
ignore_errors: true
when: operation == 'config'

- name: Remove SSH key from authorized_keys
Expand Down

0 comments on commit 3c1d1e2

Please sign in to comment.