浏览代码

Remove the motd update

Emmanuel Bouthenot 6 年之前
父节点
当前提交
787e72b145
共有 2 个文件被更改,包括 0 次插入5 次删除
  1. 0 3
      roles/common/handlers/base.yml
  2. 0 2
      roles/common/tasks/base.yml

+ 0 - 3
roles/common/handlers/base.yml

@@ -11,6 +11,3 @@
   shell: cat /etc/sysfs.d/* > /etc/sysfs.conf
   notify:
     - Apply kernel configuration (sys)
-
-- name: Update motd
-  shell: toilet -f future {{ ansible_fqdn }} > /var/run/motd && echo >> /var/run/motd && uname -snrvm >> /var/run/motd && echo >> /var/run/motd

+ 0 - 2
roles/common/tasks/base.yml

@@ -57,8 +57,6 @@
     - 'locales-all'
     - 'locales'
     - 'lsb-release'
-    - 'toilet'
-    - 'toilet-fonts'
     - 'facter'
     - 'zsh'
     - 'git-core'