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