Skip to content

Commit

Permalink
remove geerlingguy mysql role and test without db
Browse files Browse the repository at this point in the history
  • Loading branch information
mkayontour committed Sep 29, 2023
1 parent bb95d69 commit f966cfd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'feature/**'
- 'fix/**'
- '!doc/**'
paths:
- 'plugins/**'
pull_request:
branches:
- 'feature/**'
Expand Down
18 changes: 9 additions & 9 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
host: 127.0.0.1
user: icingaweb
password: icingaweb
icingaweb2_database_import_schema: true
icingadb_database_import_schema: true
icingaweb2_database_import_schema: false
icingadb_database_import_schema: false
mysql_innodb_file_format: barracuda
mysql_innodb_large_prefix: 1
mysql_innodb_file_per_table: 1
Expand Down Expand Up @@ -74,17 +74,17 @@
collections:
- icinga.icinga
pre_tasks:
- include_role:
- ansible.builtin.include_role:
name: repos
- include_role:
name: geerlingguy.mysql
- include_role:
# - ansible.builtin.include_role:
# name: geerlingguy.mysql
- ansible.builtin.include_role:
name: icinga2
- include_role:
- ansible.builtin.include_role:
name: icingadb
- include_role:
- ansible.builtin.include_role:
name: icingadb_redis

post_tasks:
- include_role:
- ansible.builtin.include_role:
name: icingaweb2
2 changes: 0 additions & 2 deletions molecule/default/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ dependency:
name: galaxy
options:
role-file: requirements.yml
env:
ANSIBLE_ROLES_PATH: .ansible/roles

0 comments on commit f966cfd

Please sign in to comment.