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