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
Branches master
Tags v2.7.1
No related merge requests found
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
check_mode: true check_mode: true
notify: Delete old config notify: Delete old config
- name: Run handlers
ansible.builtin.meta: flush_handlers
- name: Load config template - name: Load config template
ansible.builtin.set_fact: ansible.builtin.set_fact:
sshd_config: "{{ lookup('template', 'templates/sshd_config.conf.j2') }}" 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