mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Better idempotence: apt pkg with present state
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
when: not mysql_exists.stat.exists
|
||||
|
||||
- name: APT | Install MariaDB server
|
||||
apt: pkg=mariadb-server state=latest
|
||||
apt: pkg=mariadb-server state=present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user