6 lines
155 B
YAML
6 lines
155 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Append mc to pkg_go
|
|
ansible.builtin.set_fact:
|
|
pkg_go: "{{ pkg_go + ['github.com/minio/mc@latest'] }}"
|