Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-rudnouski committed Feb 2, 2022
1 parent 1627ab6 commit 9dfaafc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions molecule/cloud-aws-direct/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ dependency:
role-file: requirements.yml
driver:
name: ec2
lint:
name: yamllint
options:
config-file: .yamllint
lint: |
yamllint
ansible-lint
platforms:
- name: test-aws-centos8-jenkins
image: ami-0ed2ad9dc845b42b6
Expand Down Expand Up @@ -90,11 +89,7 @@ provisioner:
prepare: ../resources/prepare.yml
destroy: ../resources/provisioning/AWS/destroy.yml
verify: ../resources/tests/verify.yml
lint:
name: ansible-lint
scenario:
name: cloud-aws-direct
verifier:
name: ansible
lint:
name: ansible-lint
1 change: 1 addition & 0 deletions tasks/system/Suse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---

0 comments on commit 9dfaafc

Please sign in to comment.