From 081ad71321931ee34b4b6e79baef775e8373cdf9 Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Mon, 7 Aug 2023 21:54:41 -0700 Subject: [PATCH] roles/consul: use hashicorp/consul instead of consul Apparently the official Duckerhub image is deprecated. Signed-off-by: John Helmert III --- roles/consul/tasks/server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/consul/tasks/server.yml b/roles/consul/tasks/server.yml index 4035c3a..ff45d30 100644 --- a/roles/consul/tasks/server.yml +++ b/roles/consul/tasks/server.yml @@ -2,7 +2,7 @@ - name: Deploy the consul server community.docker.docker_container: name: consul-server - image: consul + image: hashicorp/consul network_mode: host pull: true state: started