mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-16 07:39:23 +00:00
10 lines
148 B
YAML
10 lines
148 B
YAML
# install pb
|
|
---
|
|
- name: clone pb
|
|
git:
|
|
repo: https://tildegit.org/tomasino/pb
|
|
dest: /usr/src/pb
|
|
force: yes
|
|
notify:
|
|
- install pb
|