#################### # - Deploy Stack: cleanup #################### - name: "Deploy Stack: cleanup" hosts: "swarm_leader" tags: - "stage_stack" - "stage_stack_cleanup" vars: stack_name: "cleanup" roles: - role: "stack/deploy_stack"