Skip to content

Commit bcbba59

Browse files
Only depend on the system role when running molecule tests
1 parent 5aeb236 commit bcbba59

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

meta/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
dependencies:
33
- role: system
4+
when: (lookup('env','GITHUB_ACTIONS') | length) != 0
45
- role: php
56
- role: supervisord
67
when: ansible_system == "FreeBSD"

molecule/default/converge.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
- name: Converge
33
hosts: all
4+
environment:
5+
GITHUB_ACTIONS: "maybe"
46
vars:
57
system:
68
features:

0 commit comments

Comments
 (0)