adds test task in linux_container

This commit is contained in:
emo 2023-11-22 00:12:07 +01:00
parent 5efb71d49e
commit fb7a03da31

View File

@ -1,2 +1,4 @@
---
# tasks file for linux_container
- name: Task is running from within the role
ansible.builtin.debug:
msg: "This is a task from the linux_container role."