adds motd task

This commit is contained in:
2025-02-02 21:58:54 +01:00
parent c08b8481f7
commit 77fbef0447
5 changed files with 10 additions and 3 deletions
+1
View File
@@ -32,6 +32,7 @@
- (inventory_hostname in groups['home'] and (item in groups['home'] or item in groups['cloud'])) or
(inventory_hostname not in groups['home'] and item in groups['cloud'])
with_items: "{{ groups.all }}"
- import_tasks: tasks/motd.yml
- name: Update Debian hosts
hosts: debian
become: true