- hosts: gitea roles: - apache - role: gitea tags: gitea tasks: - name: ensure apache is running service: name=httpd state=started