added motd and created copr
This commit is contained in:
@@ -25,7 +25,10 @@
|
||||
group: "{{ item.value.group }}"
|
||||
loop: "{{ init_users | dict2items }}"
|
||||
|
||||
# add MOTD file
|
||||
- name: Setup /etc/motd from template
|
||||
template:
|
||||
src: motd.j2
|
||||
dest: /etc/motd
|
||||
|
||||
# # Git repositories
|
||||
# - name: Pull dotfiles down from git
|
||||
|
||||
Reference in New Issue
Block a user