Commit 3bd83b5d by Ned Batchelder

Move devstack_motd.tail to a place it will get used.

parent 20b706f3
......@@ -31,7 +31,7 @@
mode: "{{ item.mode | default(644) }}"
register: config_templates
with_items:
- { src: 'etc/motd.tail.j2', dest: '/etc/motd.tail', mode: '755' }
- { src: 'etc/{{ COMMON_MOTD_TEMPLATE }}', dest: '/etc/motd.tail', mode: '755' }
- { src: 'etc/ssh/sshd_config.j2', dest: '/etc/ssh/sshd_config' }
- name: restart ssh
......
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