diff options
Diffstat (limited to 'service.yml')
| -rw-r--r-- | service.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/service.yml b/service.yml new file mode 100644 index 00000000..a08cfa69 --- /dev/null +++ b/service.yml @@ -0,0 +1,7 @@ +--- +- name: "Git configure" + gather_facts: true + hosts: + - git.local + roles: + - role: "cgit" |
