Make git role suitable for OpenBSD

This commit is contained in:
Tristan PILAT 2017-02-25 15:32:12 +01:00
parent 8eb7952e49
commit 90c7074a8f

View file

@ -4,6 +4,13 @@
apt:
name: git
state: present
when: ansible_os_family == "Debian"
- name: Git is installed
openbsd_pkg:
name: git
state: present
when: ansible_os_family == "OpenBSD"
- name: /etc is versioned with git
command: "git init ."