Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit a74dda3

Browse files
cloudalchemybotpaulfantom
authored andcommitted
[REPO SYNC] add support for CentOS8 (#119)
1 parent 0a59431 commit a74dda3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

molecule/alternative/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ provisioner:
5858
name: ansible-lint
5959
playbooks:
6060
create: ../default/create.yml
61-
prepare: ../default/prepare.yml
61+
prepare: prepare.yml
6262
converge: playbook.yml
6363
destroy: ../default/destroy.yml
6464
inventory:

molecule/alternative/prepare.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
- name: Prepare
3+
hosts: all
4+
gather_facts: false
5+
tasks: []

0 commit comments

Comments
 (0)