mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-24 01:00:26 -07:00
6 lines
130 B
YAML
6 lines
130 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: install git
|
|
package:
|
|
name: git
|
|
when: ansible_distribution != "MacOSX"
|