DCD-352: Fixes for molecule test.

This commit is contained in:
Steve Smith
2019-06-03 12:56:10 +10:00
parent ecfd5309fc
commit 07ab6629de
2 changed files with 9 additions and 0 deletions

View File

@@ -8,12 +8,19 @@ lint:
platforms: platforms:
- name: amazon_linux2 - name: amazon_linux2
image: amazonlinux:2 image: amazonlinux:2
groups:
- aws_node_local
- name: ubuntu_lts - name: ubuntu_lts
image: ubuntu:bionic image: ubuntu:bionic
groups:
- aws_node_local
provisioner: provisioner:
name: ansible name: ansible
lint: lint:
name: ansible-lint name: ansible-lint
inventory:
links:
group_vars: ../../../../group_vars/
verifier: verifier:
name: testinfra name: testinfra
lint: lint:

View File

@@ -1,5 +1,7 @@
--- ---
- name: Converge - name: Converge
hosts: all hosts: all
vars:
atl_product_user: "jira"
roles: roles:
- role: linux_common - role: linux_common