Skip to content

Commit

Permalink
autoscan: changed image
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 15, 2023
1 parent 3330867 commit 28955e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/autoscan/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ autoscan_docker_container: "{{ autoscan_name }}"
# Image
autoscan_docker_image_pull: true
autoscan_docker_image_tag: "latest"
autoscan_docker_image: "cloudb0x/autoscan:{{ lookup('vars', autoscan_name + '_docker_image_tag', default=autoscan_docker_image_tag) }}"
autoscan_docker_image: "saltydk/autoscan:{{ lookup('vars', autoscan_name + '_docker_image_tag', default=autoscan_docker_image_tag) }}"

# Ports
autoscan_docker_ports_defaults: []
Expand Down

0 comments on commit 28955e2

Please sign in to comment.