1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gopass.git synced 2024-09-14 20:06:42 +02:00
ansible_role_gopass/tasks/main.yml

10 lines
276 B
YAML
Raw Normal View History

2023-09-16 20:44:54 +02:00
---
2023-09-21 16:47:27 +02:00
- name: Run optional versionscheck
2023-10-28 17:20:20 +02:00
ansible.builtin.include_tasks:
file: versioncheck.yml
2023-09-21 16:47:27 +02:00
when: submodules_versioncheck | bool
- name: Install GoPass Packages
2023-10-28 17:20:20 +02:00
ansible.builtin.include_tasks:
file: "{{ lookup('ansible.builtin.first_found', gopass_install) }}"