Skip to content

Commit

Permalink
roles/consul: use hashicorp/consul instead of consul
Browse files Browse the repository at this point in the history
Apparently the official Duckerhub image is deprecated.

Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Aug 8, 2023
1 parent f06d538 commit 081ad71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/consul/tasks/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 081ad71

Please sign in to comment.