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:
- name: amazon_linux2
image: amazonlinux:2
groups:
- aws_node_local
- name: ubuntu_lts
image: ubuntu:bionic
groups:
- aws_node_local
provisioner:
name: ansible
lint:
name: ansible-lint
inventory:
links:
group_vars: ../../../../group_vars/
verifier:
name: testinfra
lint:

View File

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