Good morning Ansible Community,

I am in the process of developing a collection with modules for reducing 
complex system configurations to a single task. To that effect I've made an 
"install" module:

- install:
    name: foo
    version: 1.0.0
    
The idea is that this is a shortcut to a tasklist or playbook, say 
install_foo.yml. Also included into the collection.

However, I am a bit at loss how to call/include/... a task list or playbook 
of the collection from within the Python code of the 'install' module.

Can somebody give me pointers on how to do this ? IF possible of course. 
:-) 

THX !


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ce87eb57-9827-42cd-873e-d2e3f8dc6fbcn%40googlegroups.com.

Reply via email to