Skip to content

Commit

Permalink
🐛 Fix check if MariaDB upstream is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXHX committed Feb 28, 2022
1 parent 6a9d12c commit f7235d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install/mariadb/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: gpg

- name: COMMAND | Check indempotent
ansible.builtin.apt.command: 'grep -q {{ mariadb_upstream_version }} /etc/apt/sources.list.d/mariadb.list'
ansible.builtin.command: 'grep -q "{{ mariadb_upstream_version }}" /etc/apt/sources.list.d/mariadb.list'
register: check_idempotent
failed_when: false
changed_when: false
Expand Down

0 comments on commit f7235d3

Please sign in to comment.