5 lines
65 B
YAML
5 lines
65 B
YAML
---
|
|
- name: install git
|
|
apt: name=git state=latest
|
|
tags: git
|
---
|
|
- name: install git
|
|
apt: name=git state=latest
|
|
tags: git
|