mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +01:00
Issue #201: Debug on one OS for now. Test linting.
This commit is contained in:
parent
1e25940b5a
commit
3d1e88ed91
3 changed files with 8 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
||||||
skip_list:
|
#skip_list:
|
||||||
- '106'
|
# - '106'
|
||||||
|
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -47,9 +47,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- centos8
|
- centos8
|
||||||
- centos7
|
# - centos7
|
||||||
- ubuntu2004
|
# - ubuntu2004
|
||||||
- debian10
|
# - debian10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
|
@ -67,7 +67,9 @@ jobs:
|
||||||
|
|
||||||
- name: Run Molecule tests.
|
- name: Run Molecule tests.
|
||||||
run: |
|
run: |
|
||||||
|
ls
|
||||||
cd molecule
|
cd molecule
|
||||||
|
ls
|
||||||
molecule test
|
molecule test
|
||||||
env:
|
env:
|
||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
- name: Include variables for Amazon Linux.
|
- name: Include variables for Amazon Linux.
|
||||||
include_vars: "AmazonLinux.yml"
|
include_vars: "AmazonLinux.yml"
|
||||||
when:
|
when:
|
||||||
- ansible_distribution == "Amazon"
|
- ansible_distribution == "Amazon"
|
||||||
- ansible_distribution_major_version == "NA"
|
- ansible_distribution_major_version == "NA"
|
||||||
|
|
||||||
- name: Define apache_packages.
|
- name: Define apache_packages.
|
||||||
|
|
Loading…
Reference in a new issue