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