1
0
IaC/ansible/roles/scratch/tasks/main.yaml

7 lines
140 B
YAML
Raw Permalink Normal View History

2022-10-31 09:56:41 -04:00
---
2022-11-01 20:21:31 -04:00
- name: install calicoctl
community.general.pacman:
name: calicoctl
state: latest
update_cache: yes
executable: pikaur