7 lines
130 B
YAML
7 lines
130 B
YAML
|
- hosts: localhost
|
||
|
tasks:
|
||
|
- name: install git
|
||
|
package:
|
||
|
name: git
|
||
|
when: ansible_distribution != "MacOSX"
|