1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Ignore CentOS 6.10 for passwordstore test.

This commit is contained in:
Matt Clay 2018-08-23 15:10:29 -07:00
parent a791bd2059
commit 18da873531

View file

@ -59,4 +59,4 @@ passwordstore_privkey: |
passwordstore_skip_os: passwordstore_skip_os:
Ubuntu: ['12.04'] Ubuntu: ['12.04']
RedHat: ['7.4'] RedHat: ['7.4']
CentOS: ['6.9'] CentOS: ['6.9', '6.10']