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

7 lines
140 B
YAML
Raw Normal View History

2022-10-31 13:56:41 +00:00
---
2022-11-02 00:21:31 +00:00
- name: install calicoctl
community.general.pacman:
name: calicoctl
state: latest
update_cache: yes
executable: pikaur