Bertrand Lanson
c4b84d88c2
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 1m2s
test / Molecule tests (default, debian12) (push) Successful in 1m7s
test / Molecule tests (default, ubuntu2204) (push) Successful in 57s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m25s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 52s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 55s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 56s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m50s
9 lines
178 B
YAML
9 lines
178 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
tasks:
|
|
- name: "Include ednz_cloud.update_motd"
|
|
ansible.builtin.include_role:
|
|
name: "ednz_cloud.update_motd"
|