You've already forked ansible-role-common
Edited task names to be more reflective
This commit is contained in:
@@ -133,13 +133,13 @@
|
||||
mode: a+x
|
||||
|
||||
|
||||
- name: Configure Dynamic MOTD in profile
|
||||
- name: Remove Dynamic MOTD in profile
|
||||
lineinfile:
|
||||
dest: /etc/profile
|
||||
regexp: "^/usr/local/bin/dynmotd"
|
||||
state: absent
|
||||
|
||||
- name: Configure Dynamic MOTD in profile
|
||||
- name: Configure Dynamic MOTD in profile.d
|
||||
lineinfile:
|
||||
dest: /etc/profile.d/motd.sh
|
||||
regexp: "^/usr/local/bin/dynmotd"
|
||||
|
||||
Reference in New Issue
Block a user