Loading .travis.yml +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ env: - platform: xenial - platform: trusty - platform: precise - &stretch platform=stretch - platform: jessie - platform: wheezy matrix: Loading @@ -17,6 +18,7 @@ matrix: allow_failures: - python: "3.5" - env: *openbsd59 - env: *stretch cache: - pip - directories: Loading molecule.yml +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ vagrant: box: ubuntu/trusty32 - name: precise box: hashicorp/precise32 - name: stretch box: remram/debian-9-i386 - name: jessie box: deb/jessie-i386 - name: wheezy Loading tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ assert: that: - ansible_os_family in ['OpenBSD', 'Debian'] - ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'jessie', 'wheezy'] - ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] Loading
.travis.yml +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ env: - platform: xenial - platform: trusty - platform: precise - &stretch platform=stretch - platform: jessie - platform: wheezy matrix: Loading @@ -17,6 +18,7 @@ matrix: allow_failures: - python: "3.5" - env: *openbsd59 - env: *stretch cache: - pip - directories: Loading
molecule.yml +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ vagrant: box: ubuntu/trusty32 - name: precise box: hashicorp/precise32 - name: stretch box: remram/debian-9-i386 - name: jessie box: deb/jessie-i386 - name: wheezy Loading
tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ assert: that: - ansible_os_family in ['OpenBSD', 'Debian'] - ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'jessie', 'wheezy'] - ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy']