Skip to content

Commit

Permalink
Changing molecule fot v3 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasra Amirsarvari committed Feb 24, 2020
1 parent 49914a7 commit fe32ae1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ provisioner:
remote_tmp: /tmp
stdout_callback: yaml
bin_ansible_callbacks: True
lint:
name: ansible-lint
playbooks:
converge: playbook.yml
scenario:
name: default
lint:
name: yamllint
options:
config-file: molecule/default/yamllint.yml
lint: |
yamllint . -c molecule/default/yamllint.yml -f auto -s
ansible-lint
driver:
name: docker
platforms:
Expand All @@ -30,7 +27,5 @@ platforms:
pre_build_image: True
verifier:
name: ansible
lint:
name: ansible-lint

...

0 comments on commit fe32ae1

Please sign in to comment.