Issue #30: Test with Molecule 3.0 alpha.

This commit is contained in:
Jeff Geerling
2020-02-19 11:03:14 -06:00
parent 6d49ef700a
commit eb81891577
21 changed files with 268 additions and 246 deletions

View File

@@ -6,12 +6,8 @@ driver:
login_cmd_template: 'docker exec -ti {instance} bash'
ansible_connection_options:
ansible_connection: docker
lint:
name: yamllint
options:
config-data:
line-length:
max: 160
lint: |
yamllint .
platforms:
- name: instance-kind
provisioner:
@@ -27,6 +23,7 @@ provisioner:
scenario:
name: default
test_sequence:
- lint
- syntax
- converge
- verify