Skip to content

Commit

Permalink
Don't run the version check command in check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Jun 26, 2024
1 parent f5f45fc commit cf6f581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/config_db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
register: mariadb_get_server_version_result

- name: Check if legacy config location must be used
check_mode: no
ansible.builtin.set_fact:
mariadb_use_legacy_config_location_result: "{{ mariadb_get_server_version_result.stdout is version('10.5', '<') }}"

Expand Down

0 comments on commit cf6f581

Please sign in to comment.