EvoBSD/roles/etc-git/tasks/main.yml

20 lines
315 B
YAML
Raw Normal View History

2018-12-28 11:23:49 +01:00
---
- name: "Git is installed"
2018-12-28 11:23:49 +01:00
openbsd_pkg:
name: git
state: present
tags:
- etc-git
- name: "Install and configure utilities"
include: utils.yml
2018-12-28 11:23:49 +01:00
tags:
- etc-git
- name: "Configure repositories"
include: repositories.yml
2018-12-28 11:23:49 +01:00
tags:
- etc-git
when: etc_git_config_repositories | bool