Commit f04c4946 by Edward Zarecor

CI bug

parent 6688e4d4
......@@ -30,7 +30,7 @@
group: root
mode: "{{ item.mode | default(644) }}"
with_items:
- { src: 'etc/motd.tail', dest: '/etc/motd.tail', mode: '755' }
- { src: 'etc/motd.tail.j2', dest: '/etc/motd.tail', mode: '755' }
- { src: 'etc/ssh/sshd_config.j2', dest: '/etc/ssh/sshd_config' }
- name: restart rsyslogd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment