Changeset - a43dfa5e7e01
[Not reviewed]
0 1 0
x - 20 months ago 2023-08-24 02:06:41
xbr@c3l.lu
feat: remove useless reboot from init gw setup
1 file changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
@@ -34,14 +34,6 @@
 
          - python3
 
          - wget # for fastd-blacklist
 
      tags: update
 
    - name: Reboot host and wait for it to restart
 
      ansible.builtin.reboot:
 
        msg: "Reboot initiated by Ansible"
 
        connect_timeout: 5
 
        reboot_timeout: 600
 
        pre_reboot_delay: 0
 
        post_reboot_delay: 30
 
        test_command: whoami
 

	
 
    - name: Add the routing table for freifunk
 
      ansible.builtin.blockinfile:
0 comments (0 inline, 0 general)