Skip to content

Commit f966cfd

Browse files
committed
remove geerlingguy mysql role and test without db
1 parent bb95d69 commit f966cfd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- 'feature/**'
99
- 'fix/**'
1010
- '!doc/**'
11+
paths:
12+
- 'plugins/**'
1113
pull_request:
1214
branches:
1315
- 'feature/**'

molecule/default/converge.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
host: 127.0.0.1
1010
user: icingaweb
1111
password: icingaweb
12-
icingaweb2_database_import_schema: true
13-
icingadb_database_import_schema: true
12+
icingaweb2_database_import_schema: false
13+
icingadb_database_import_schema: false
1414
mysql_innodb_file_format: barracuda
1515
mysql_innodb_large_prefix: 1
1616
mysql_innodb_file_per_table: 1
@@ -74,17 +74,17 @@
7474
collections:
7575
- icinga.icinga
7676
pre_tasks:
77-
- include_role:
77+
- ansible.builtin.include_role:
7878
name: repos
79-
- include_role:
80-
name: geerlingguy.mysql
81-
- include_role:
79+
# - ansible.builtin.include_role:
80+
# name: geerlingguy.mysql
81+
- ansible.builtin.include_role:
8282
name: icinga2
83-
- include_role:
83+
- ansible.builtin.include_role:
8484
name: icingadb
85-
- include_role:
85+
- ansible.builtin.include_role:
8686
name: icingadb_redis
8787

8888
post_tasks:
89-
- include_role:
89+
- ansible.builtin.include_role:
9090
name: icingaweb2

molecule/default/dependency.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ dependency:
22
name: galaxy
33
options:
44
role-file: requirements.yml
5-
env:
6-
ANSIBLE_ROLES_PATH: .ansible/roles

0 commit comments

Comments
 (0)