diff --git a/.ansible-lint b/.ansible-lint index 5557294..b9798f0 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,2 +1,2 @@ -skip_list: - - '106' +#skip_list: +# - '106' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eba09e..ec3f9cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/tasks/main.yml b/tasks/main.yml index cdbcb63..7a99e78 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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.