Skip to content
Snippets Groups Projects
Verified Commit d667e880 authored by Chris Croome's avatar Chris Croome
Browse files

molecule test

parent 15bf6f56
No related branches found
No related tags found
No related merge requests found
Pipeline #31528 failed
......@@ -30,7 +30,14 @@
ansible.builtin.debug:
var: ansible_user_dir
- name: Include Icinga role as root
- name: Include the MariaDB role
ansible.builtin.include_role:
name: mariadb
vars: # noqa var-naming[no-role-prefix]
mariadb: true
mariadb_underscore_autoupdate: true
- name: Include Icinga role
ansible.builtin.include_role:
name: icinga
vars: # noqa var-naming[no-role-prefix]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment