molecule: cleanup prepare to use one play

This commit is contained in:
Romain Pelisse 2024-02-22 11:22:32 +01:00
commit 7324f48e8d
3 changed files with 43 additions and 37 deletions

View file

@ -1,6 +1,9 @@
---
- name: Prepare
hosts: all
gather_facts: yes
vars:
sudo_pkg_name: sudo
tasks:
- name: "Run preparation common to all scenario"
ansible.builtin.include_tasks: ../prepare.yml