mirror of https://github.com/ansible/ansible.git
Fix lookup_passwordstore integration test for CentOS 8 (#64869)
pass is no longer packaged in EPEL https://lists.zx2c4.com/pipermail/password-store/2019-July/003689.htmlpull/64921/head
parent
f2e605c856
commit
4291f09a68
@ -1,6 +1,7 @@
|
||||
- block:
|
||||
- include: "package.yml"
|
||||
- include: "tests.yml"
|
||||
- include_tasks: package.yml
|
||||
- include_tasks: tests.yml
|
||||
when:
|
||||
- not (ansible_distribution == 'RedHat') # requires EPEL
|
||||
- not (ansible_distribution == 'CentOS' and ansible_distribution_version is version_compare('7', '<'))
|
||||
# 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']
|
||||
|
@ -0,0 +1,2 @@
|
||||
passwordstore_packages:
|
||||
- pass
|
@ -0,0 +1,2 @@
|
||||
passwordstore_packages:
|
||||
- pass
|
@ -0,0 +1,3 @@
|
||||
passwordstore_packages:
|
||||
- gnupg
|
||||
- password-store
|
Loading…
Reference in New Issue