feat: remove motd file
This commit is contained in:
parent
4e316ebf95
commit
51e4ca3843
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@
|
||||||
ansible.builtin.reboot:
|
ansible.builtin.reboot:
|
||||||
msg: "Upgrade Alpine to v3.23"
|
msg: "Upgrade Alpine to v3.23"
|
||||||
|
|
||||||
|
# remove motd
|
||||||
|
- name: "remove motd"
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "/etc/motd"
|
||||||
|
state: "absent"
|
||||||
|
|
||||||
# clean apk cache
|
# clean apk cache
|
||||||
- name: "clean apk cache"
|
- name: "clean apk cache"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue