forked from ISTI-ansible-roles/ansible-roles
6 lines
172 B
YAML
6 lines
172 B
YAML
|
- block:
|
||
|
- name: Install our motd template file on RH/CentOS based distributions
|
||
|
template: src=motd.j2 dest=/etc/motd owner=root group=root mode=0644
|
||
|
|
||
|
tags: motd
|
||
|
|