Make MOTD nuking more aggressive, add user role to localhost
Oopsie. Turns out my new VM didn't pull my dotfiles down.
This commit is contained in:
parent
71d1efe21c
commit
a1ca574f41
@ -3,6 +3,7 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- user
|
||||
- common
|
||||
- desktop
|
||||
- role: ansiblehost
|
||||
|
@ -26,8 +26,7 @@
|
||||
- name: Disable default update-motd tasks
|
||||
file:
|
||||
path: "/etc/update-motd.d/{{ item }}"
|
||||
# Unset executable bit is the important part here
|
||||
mode: "0644"
|
||||
state: absent
|
||||
loop:
|
||||
- "00-header"
|
||||
- "10-help-text"
|
||||
|
Loading…
Reference in New Issue
Block a user