Bump molecule version

Latest version changes the file name from playbook.yml to
converage.yaml. Also the lint section isn't necessary because we run
linters seperate.

Change-Id: Id4fd60672576b640c0669bad6112f1259c983a05
This commit is contained in:
Alex Schultz 2020-02-06 17:11:20 -07:00
parent 9006cda7b8
commit 1486de5d02
39 changed files with 1 additions and 58 deletions

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -6,9 +6,6 @@ driver:
ansible_connection_options:
ansible_connection: local
log: true
lint:
name: yamllint
enabled: false
platforms:
- name: instance
provisioner:

View File

@ -91,7 +91,7 @@ deps =
ansible>=2.9
docker>=4.0.1
mock
molecule>=3.0a5
molecule>=3.0a6
paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol)
pytest-cov # MIT
pytest-html # MPL 2.0