mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-05 13:22:09 +07:00
🎨 Fix linter and delete useless script
This commit is contained in:
@@ -22,6 +22,12 @@
|
|||||||
|
|
||||||
- name: COMMAND | Launch MariaDB upstream setup script
|
- name: COMMAND | Launch MariaDB upstream setup script
|
||||||
ansible.builtin.command: '/tmp/mariadb_repo_setup --mariadb-server-version={{ mariadb_upstream_version }}'
|
ansible.builtin.command: '/tmp/mariadb_repo_setup --mariadb-server-version={{ mariadb_upstream_version }}'
|
||||||
|
changed_when: true
|
||||||
|
|
||||||
|
- name: FILE | Remove setup script
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: '/tmp/mariadb_repo_setup'
|
||||||
|
state: absent
|
||||||
|
|
||||||
when: check_idempotent.rc > 0
|
when: check_idempotent.rc > 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user