update molecule scenarios

This commit is contained in:
Élie Deloumeau-Prigent
2022-08-22 16:40:40 +02:00
parent eb57d613dc
commit 8382c9f3f3
10 changed files with 65 additions and 26 deletions

View File

@ -1,7 +1,8 @@
---
- name: include_tasks disable_default_motd.yml if motd_disable_default_motd is True
include_tasks: disable_default_motd.yml
- name: Include disable_default_motd.yml if motd_disable_default_motd is True
ansible.builtin.include_tasks: disable_default_motd.yml
when: motd_disable_default_motd|bool
- include_tasks: configure_motd.yml
- name: Include configure_motd.yml
ansible.builtin.include_tasks: configure_motd.yml
...