Skip to content

Commit

Permalink
Revert former change
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpovel committed Oct 24, 2024
1 parent 1eb1e10 commit bef9626
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,4 @@
become: true
when: mariadb_config_overrides is defined

- name: debian | installing mariadb-galera packages
ansible.builtin.apt:
name: "{{ (galera_sst_method == 'mariabackup') | ternary( mariadb_packages | union( mariabackup_packages ), mariadb_packages ) }}"
state: "present"
become: true
- ansible.builtin.import_tasks: mariadb_packages_install.yml

0 comments on commit bef9626

Please sign in to comment.