mirror of
https://github.com/roles-ansible/ansible_role_gopass.git
synced 2024-09-14 20:06:42 +02:00
9 lines
276 B
YAML
9 lines
276 B
YAML
---
|
|
- name: Run optional versionscheck
|
|
ansible.builtin.include_tasks:
|
|
file: versioncheck.yml
|
|
when: submodules_versioncheck | bool
|
|
|
|
- name: Install GoPass Packages
|
|
ansible.builtin.include_tasks:
|
|
file: "{{ lookup('ansible.builtin.first_found', gopass_install) }}"
|