Do not default to pulling latest from DockerHub

This commit is contained in:
Shane McDonald
2018-10-03 17:50:07 -05:00
parent bfc74497b0
commit b75f8ceca6
3 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
---
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
rabbitmq_version: "3.7.4"
rabbitmq_image: "ansible/awx_rabbitmq:{{rabbitmq_version}}"