tasks: drop 2 missed old motd tasks

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-27 17:44:53 -08:00
parent b3d6a90b9a
commit ddc195b56c
2 changed files with 0 additions and 6 deletions

View file

@ -28,8 +28,5 @@
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks:
- import_tasks: "{{ role_path }}/base/tasks/motd.yml"
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"

View file

@ -27,9 +27,6 @@
- { role: sudo, tags: ['sudo'] }
- apache
tasks:
- import_tasks: "{{ role_path }}/base/tasks/motd.yml"
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"