Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
molecule tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hudec committed Aug 14, 2018
1 parent f38f8d6 commit 7fac93d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions molecule/cnc/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ lint:
platforms:
- name: debian-9
image: debian:9
- name: ubuntu-16.04
image: ubuntu:16.04
- name: ubuntu-18.04
image: ubuntu:18.04
- name: centos-7
image: centos:7
provisioner:
Expand All @@ -24,7 +24,7 @@ provisioner:
converge: playbook.yml
inventory:
links:
group_vars: ../../default/inventory/group_vars/
group_vars: ../default/inventory/group_vars/
lint:
name: ansible-lint
scenario:
Expand Down
6 changes: 3 additions & 3 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ lint:
platforms:
- name: debian-9
image: debian:9
- name: ubuntu-16.04
image: ubuntu:16.04
- name: ubuntu-18.04
image: ubuntu:18.04
- name: centos-7
image: centos:7
provisioner:
Expand All @@ -20,7 +20,7 @@ provisioner:
name: ansible-lint
inventory:
links:
group_vars: ../inventory/group_vars/
group_vars: inventory/group_vars/
scenario:
name: default
verifier:
Expand Down
6 changes: 3 additions & 3 deletions molecule/github/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ lint:
platforms:
- name: debian-9
image: debian:9
- name: ubuntu-16.04
image: ubuntu:16.04
- name: ubuntu-18.04
image: ubuntu:18.04
- name: centos-7
image: centos:7
provisioner:
Expand All @@ -24,7 +24,7 @@ provisioner:
converge: playbook.yml
inventory:
links:
group_vars: ../../default/inventory/group_vars/
group_vars: ../default/inventory/group_vars/
lint:
name: ansible-lint
scenario:
Expand Down

0 comments on commit 7fac93d

Please sign in to comment.