Skip to content

Commit

Permalink
small bug fix: ansible/molecule#2560
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMeosch committed Jul 24, 2020
1 parent c327965 commit dc0d17f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
skip_list:
- '306'
- '305'
2 changes: 0 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
changed_when: false
failed_when: systemctl_status.rc > 1

# roles:
# - role: geerlingguy.docker
tasks:
- name: "Include ansible-role-docker"
include_role:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ driver:
lint: |
set -e
yamllint .
ansible-lint
ansible-lint .
platforms:
- name: EL7
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
Expand Down

0 comments on commit dc0d17f

Please sign in to comment.