Issue #201: Fix pathing for molecule and re-fix lint issues.

This commit is contained in:
Jeff Geerling 2020-11-03 10:23:14 -06:00
parent 3d1e88ed91
commit 819d554b92
3 changed files with 4 additions and 8 deletions

View file

@ -1,2 +1,2 @@
#skip_list: skip_list:
# - '106' - '106'

View file

@ -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'

View file

@ -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.