mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-21 10:30:18 +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:
|
||||
- '106'
|
||||
#skip_list:
|
||||
# - '106'
|
||||
|
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -47,9 +47,9 @@ jobs:
|
|||
matrix:
|
||||
distro:
|
||||
- centos8
|
||||
- centos7
|
||||
- ubuntu2004
|
||||
- debian10
|
||||
# - centos7
|
||||
# - ubuntu2004
|
||||
# - debian10
|
||||
|
||||
steps:
|
||||
- name: Check out the codebase.
|
||||
|
@ -67,7 +67,9 @@ jobs:
|
|||
|
||||
- name: Run Molecule tests.
|
||||
run: |
|
||||
ls
|
||||
cd molecule
|
||||
ls
|
||||
molecule test
|
||||
env:
|
||||
PY_COLORS: '1'
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
- name: Include variables for Amazon Linux.
|
||||
include_vars: "AmazonLinux.yml"
|
||||
when:
|
||||
- ansible_distribution == "Amazon"
|
||||
- ansible_distribution == "Amazon"
|
||||
- ansible_distribution_major_version == "NA"
|
||||
|
||||
- name: Define apache_packages.
|
||||
|
|
Loading…
Reference in a new issue