20ab1d2994
(cherry picked from commit e7b793c8c6
)
6 lines
130 B
YAML
6 lines
130 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: install git
|
|
package:
|
|
name: git
|
|
when: ansible_distribution != "MacOSX"
|