--- sudo: required language: python services: docker env: - version=">=2.6,<2.7" distro="alpine-latest" - version="" distro="alpine-latest" - version="devel" distro="alpine-latest" - version=">=2.6,<2.7" distro="alpine-edge" - version="" distro="alpine-edge" - version="devel" distro="alpine-edge" - version=">=2.6,<2.7" distro="archlinux" - version="" distro="archlinux" - version="devel" distro="archlinux" - version=">=2.6,<2.7" distro="centos-6" - version="" distro="centos-6" - version="devel" distro="centos-6" - version=">=2.6,<2.7" distro="centos-latest" - version="" distro="centos-latest" - version="devel" distro="centos-latest" - version=">=2.6,<2.7" distro="debian-latest" - version="" distro="debian-latest" - version="devel" distro="debian-latest" - version=">=2.6,<2.7" distro="debian-stable" - version="" distro="debian-stable" - version="devel" distro="debian-stable" - version=">=2.6,<2.7" distro="debian-unstable" - version="" distro="debian-unstable" - version="devel" distro="debian-unstable" - version=">=2.6,<2.7" distro="fedora-latest" - version="" distro="fedora-latest" - version="devel" distro="fedora-latest" - version=">=2.6,<2.7" distro="fedora-rawhide" - version="" distro="fedora-rawhide" - version="devel" distro="fedora-rawhide" - version=">=2.6,<2.7" distro="opensuse-leap" - version="" distro="opensuse-leap" - version="devel" distro="opensuse-leap" - version=">=2.6,<2.7" distro="opensuse-tumbleweed" - version="" distro="opensuse-tumbleweed" - version="devel" distro="opensuse-tumbleweed" - version=">=2.6,<2.7" distro="ubuntu-artful" - version="" distro="ubuntu-artful" - version="devel" distro="ubuntu-artful" - version=">=2.6,<2.7" distro="ubuntu-latest" - version="" distro="ubuntu-latest" - version="devel" distro="ubuntu-latest" - version=">=2.6,<2.7" distro="ubuntu-devel" - version="" distro="ubuntu-devel" - version="devel" distro="ubuntu-devel" matrix: allow_failures: - env: version=">=2.6,<2.7" distro="alpine-edge" - env: version="" distro="alpine-edge" - env: version="devel" distro="alpine-edge" - env: version="devel" distro="alpine-latest" - env: version="devel" distro="archlinux" - env: version="devel" distro="centos-6" - env: version="devel" distro="centos-latest" - env: version="devel" distro="debian-latest" - env: version="devel" distro="debian-stable" - env: version=">=2.6,<2.7" distro="debian-unstable" - env: version="" distro="debian-unstable" - env: version="devel" distro="debian-unstable" - env: version="devel" distro="fedora-latest" - env: version=">=2.6,<2.7" distro="fedora-rawhide" - env: version="" distro="fedora-rawhide" - env: version="devel" distro="fedora-rawhide" - env: version="devel" distro="opensuse-leap" - env: version="devel" distro="opensuse-tumbleweed" - env: version="devel" distro="ubuntu-artful" - env: version=">=2.6,<2.7" distro="ubuntu-devel" - env: version="" distro="ubuntu-devel" - env: version="devel" distro="ubuntu-devel" - env: version="devel" distro="ubuntu-latest" cache: - pip install: - pip install --upgrade pip - if [ "${version}" != "devel" ] ; then pip install ansible"${version}" ; fi - if [ "${version}" = "devel" ] ; then pip install git+https://github.com/ansible/ansible.git@devel ; fi - pip install molecule - pip install docker script: - if [ "${expectation}" = "fail" ] ; then ! molecule test --scenario-name "${distro}" ; else molecule test --scenario-name "${distro}" ; fi notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ slack: secure: "Ked8005phuP79ORgsWvgrNzykjQf+RFImjd6iq2U/R7UPaygAFcBesnocnG+xmmP2kEmSuPJVysTN6nynflQh1FWf/PeyP2gwzOyQ41+EHpd3M2EhKDzAcy1GfswI3+4BL5ejAzM0nknyY0gQxNjmAoylXiABEOZz6LU36zx8L6Wy88E2RZHdDEofjiFPVUOp1YcbvPLcGPg5dD+ogf3/f5wXrtGKTlgCS5Swul9MiV0aKRIbXod2tSeyqjtMPLN5uWRr/p+TMaxnPk/hu534UeGAAsKVIHBaudEN95Vjd/4jbkdRbVc4kTVLf2zUyGgoDg9Z3ZxyF4Q34jj6g6ISHstUmI/iOvBWTn2tVS3eHXaRf4q3bbSXduYt0eWVLmRthLZ+ALiW6QIhSEiOIS3LHDgnfFOibN7CFIYFmP92nT/HTZ1ihDUPkE3UA0TfyToediKQVt27pq17OaFuR7RoPtGk1Vm5DPt/ckKQh3SUuYUK/Cx+4SEpATFKru7z4gEbe2ARdlOtO1k/+BozSAJDBIm/LD2OxjBoMlaCCb16pIcY0oyKwX6q7vhWoORUutlMd9HcxVrQ8sRbASoInUqwS7Z/FtEbcFBdUy3XxLG0NKg3VpPekL5YOdmsnfZrS0w6Z1PTLyd4Ky0q0So/iED62b3ejWvuedcZ7HAn81lLnI=" email: false