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

20 lines
333 B
YAML
Raw Normal View History

2018-12-28 11:23:49 +01:00
---
- name: "Git is installed"
community.general.openbsd_pkg:
2018-12-28 11:23:49 +01:00
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
when: etc_git_config_repositories | bool
2018-12-28 11:23:49 +01:00
tags:
- etc-git