Skip to content
Snippets Groups Projects
Verified Commit 1fd9dd7e authored by David Mehren's avatar David Mehren
Browse files

Fix switch from unmanaged to managed config

parent aa7c68e3
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@
check_mode: true
notify: Delete old config
- name: Run handlers
ansible.builtin.meta: flush_handlers
- name: Load config template
ansible.builtin.set_fact:
sshd_config: "{{ lookup('template', 'templates/sshd_config.conf.j2') }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment