enables reusability of this collection for molecule scenarios

This commit is contained in:
emo
2023-12-02 03:26:11 +01:00
parent 46a0ea86ce
commit b0ec8dc91b
3 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
---
- name: launch linux container
hosts: localhost
gather_facts: false
tasks:
- name: Create a test container image template
ansible.builtin.import_role:
name: linux_container