Hi,
Is it possible to automatically run additional tasks after execution of common.yml?
for example:
ansible/playbooks/test-vm.yml
---
- name: additional test-vm tasks
hosts: test-vm
...
and execute this playbook automatically with debops -l test-vm
Perhaps it is possible to add a host_vars variable
Thanks and regards,
Erik