2018-11-27 08:25:27 +01:00
|
|
|
- block:
|
2019-11-15 23:37:43 +01:00
|
|
|
- include_tasks: package.yml
|
|
|
|
- include_tasks: tests.yml
|
2018-11-27 08:25:27 +01:00
|
|
|
when:
|
2019-11-15 23:37:43 +01:00
|
|
|
# The pass package is no longer available in EPEL, so only test on Fedora, OpenSUSE, FreeBSD, macOS, and Ubuntu
|
|
|
|
# https://lists.zx2c4.com/pipermail/password-store/2019-July/003689.html
|
|
|
|
- ansible_facts.distribution in ['FreeBSD', 'MacOSX', 'openSUSE Leap', 'Ubuntu']
|