mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +01:00
Issue #201: Fix pathing for molecule and re-fix lint issues.
This commit is contained in:
parent
3d1e88ed91
commit
819d554b92
3 changed files with 4 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
||||||
#skip_list:
|
skip_list:
|
||||||
# - '106'
|
- '106'
|
||||||
|
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -66,11 +66,7 @@ jobs:
|
||||||
run: pip3 install molecule[docker]
|
run: pip3 install molecule[docker]
|
||||||
|
|
||||||
- name: Run Molecule tests.
|
- name: Run Molecule tests.
|
||||||
run: |
|
run: molecule test
|
||||||
ls
|
|
||||||
cd molecule
|
|
||||||
ls
|
|
||||||
molecule test
|
|
||||||
env:
|
env:
|
||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '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