adds motd task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user