Skip to content

Commit

Permalink
Wrong variable name correction (mariadb_python_package)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertarto committed Oct 10, 2023
1 parent 613cf78 commit 17db9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- name: Define mariadb_python_package
set_fact:
mariadb_packages: "{{ __mariadb_python_package | list }}"
mariadb_python_package: "{{ __mariadb_python_package | list }}"
when: mariadb_python_package is not defined

- name: Define mariadb_daemon
Expand Down

0 comments on commit 17db9b6

Please sign in to comment.