mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
Update mariadb container in ansible-playbook
This commit is contained in:
parent
90b41b92d3
commit
a0038d10d8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
- name: db
|
||||
docker_container:
|
||||
name: pdns-mariadb
|
||||
image: mariadb:10.2
|
||||
image: mariadb:10.3
|
||||
pull: true
|
||||
state: '{{ c_state }}'
|
||||
purge_networks: true
|
||||
|
|
Loading…
Reference in a new issue