Fixed docker image

This commit is contained in:
c-bordon 2024-06-27 17:18:37 -03:00
parent aae4ccb5dd
commit cdc4005ea1
No known key found for this signature in database
GPG Key ID: E723BAA51FA52642

View File

@ -55,7 +55,7 @@
- name: Local action | Run Docker container on macOS
community.docker.docker_container:
name: wazuh-cert-tool
image: "wazuh-certs-tool"
image: "wazuh/wazuh-cert-tool"
state: started
auto_remove: true
volumes:
@ -65,7 +65,7 @@
- name: Local action | Remove Docker image after execution
community.docker.docker_image:
name: "wazuh-certs-tool"
name: "wazuh/wazuh-cert-tool"
state: absent
force_absent: yes
when: ansible_os_family == 'Darwin'