Skip to content

Commit

Permalink
Prepare for new documentation format, reading version.yml and excepti…
Browse files Browse the repository at this point in the history
…on.yml
  • Loading branch information
robertdebock committed Aug 19, 2019
1 parent 17403d3 commit e4cfcf9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions molecule/centos-6/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ provisioner:
converge: ../resources/playbook.yml
lint:
name: ansible-lint
options:
exclude:
- meta/version.yml
- meta/exception.yml
scenario:
name: centos-6
4 changes: 4 additions & 0 deletions molecule/centos-latest/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ provisioner:
converge: ../resources/playbook.yml
lint:
name: ansible-lint
options:
exclude:
- meta/version.yml
- meta/exception.yml
scenario:
name: centos-latest
4 changes: 4 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ provisioner:
converge: ../resources/playbook.yml
lint:
name: ansible-lint
options:
exclude:
- meta/version.yml
- meta/exception.yml
inventory:
host_vars:
scl-fedora-latest:
Expand Down
4 changes: 4 additions & 0 deletions molecule/ec2/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ provisioner:
converge: ../resources/playbook.yml
lint:
name: ansible-lint
options:
exclude:
- meta/version.yml
- meta/exception.yml
inventory:
host_vars:
scl-ubuntu-18.04:
Expand Down
4 changes: 4 additions & 0 deletions molecule/vagrant/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ provisioner:
converge: ../resources/playbook.yml
lint:
name: ansible-lint
options:
exclude:
- meta/version.yml
- meta/exception.yml
inventory:
host_vars:
scl-fedora:
Expand Down

0 comments on commit e4cfcf9

Please sign in to comment.