k8s-clusters/ansible/arch-linux/tasks/main.yml

8 lines
297 B
YAML
Raw Normal View History

2022-02-01 17:05:06 -06:00
# TODO: how can I "share" the `aur_builder` username
# TODO: how can I avoiding repeating tasks if I know they're done?
- include_tasks: ./create-aur-builder.yml
when: ansible_facts.os_family == 'Archlinux'
- include_tasks: ./install-yay-bin.yaml
when: ansible_facts.os_family == 'Archlinux'