aboutsummaryrefslogtreecommitdiff
path: root/playbooks/setup_single.yaml
blob: f080bf92e30fc0d299d5d9b4b0a74b1438c91a2c (plain) (blame)
1
2
3
4
5
6
7
- name: Setup Services
  hosts: all
  gather_facts: false
  tasks:
    - name: Setup cgit
      include_role:
        name: "roles/cgit"