Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment