Commit 35c7598f authored by nimrod's avatar nimrod
Browse files

Don't update the host as part of the router role.

It's already done better in the updates playbook.
parent bb4a212e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -468,16 +468,6 @@
  tags:
    - sndiod

- name: Update the host
  command:
    cmd: syspatch
  register: syspatch
  changed_when: "'Installing' in syspatch.stdout"
  notify:
    - Message about restarting the machine
  tags:
    - syspatch

- name: Configure the SSH daemon
  include_tasks:
    file: '{{ playbook_dir }}/tasks/sshd_config.yaml'