--- # Recreate Containers with Environment Variables # Wrapper Playbook for application role containers tasks (recreate-with-env action) - hosts: production gather_facts: no become: no vars: application_container_action: recreate-with-env tasks: - name: Include application containers tasks (recreate-with-env) ansible.builtin.include_role: name: application tasks_from: containers tags: - application - containers - recreate