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