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
|
mode: a+x
|
||||||
|
|
||||||
|
|
||||||
- name: Configure Dynamic MOTD in profile
|
- name: Remove Dynamic MOTD in profile
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/profile
|
dest: /etc/profile
|
||||||
regexp: "^/usr/local/bin/dynmotd"
|
regexp: "^/usr/local/bin/dynmotd"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Configure Dynamic MOTD in profile
|
- name: Configure Dynamic MOTD in profile.d
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/profile.d/motd.sh
|
dest: /etc/profile.d/motd.sh
|
||||||
regexp: "^/usr/local/bin/dynmotd"
|
regexp: "^/usr/local/bin/dynmotd"
|
||||||
|
|||||||
Reference in New Issue
Block a user