--- # Fix Web Container Permissions # Wrapper Playbook for application role containers tasks (fix-web action) - hosts: production gather_facts: no become: no vars: application_container_action: fix-web application_container_stabilize_wait: 10 tasks: - name: Include application containers tasks (fix-web) ansible.builtin.include_role: name: application tasks_from: containers tags: - application - containers - web