Skip to content

Commit

Permalink
roles/openvpn-install-connector: reboot after install
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed May 16, 2024
1 parent f81ee69 commit 7f35a81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playbooks/roles/openvpn-install-connector/tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,8 @@
special_time: reboot
job: '/bin/bash /root/openvpn-start-nftables.sh > reboot_startup.log 2>&1'
become: yes
changed_when: false
changed_when: false

- reboot:
become: yes
changed_when: false

0 comments on commit 7f35a81

Please sign in to comment.