Skip to content

Commit

Permalink
Merge pull request #20 from avinetworks/eanderson
Browse files Browse the repository at this point in the history
Fixing a couple missed issues
  • Loading branch information
ericsysmin committed Nov 19, 2018
2 parents f54eb41 + fa01b76 commit d9eb6ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ galaxy_info:
min_ansible_version: 2.4.0
github_branch: master
platforms:
- name: CentOS
- name: EL
versions:
- 7
- name: Fedora
Expand Down
3 changes: 2 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ provisioner:
lint:
name: ansible-lint
options:
x: ["ANSIBLE0010"]
x:
- ANSIBLE0010
playbooks:
converge: ${MOLECULE_PLAYBOOK:-playbook.yml}
scenario:
Expand Down
2 changes: 0 additions & 2 deletions molecule/default/pytest.ini

This file was deleted.

0 comments on commit d9eb6ab

Please sign in to comment.