Fixed docker image
This commit is contained in:
parent
aae4ccb5dd
commit
cdc4005ea1
@ -55,7 +55,7 @@
|
|||||||
- name: Local action | Run Docker container on macOS
|
- name: Local action | Run Docker container on macOS
|
||||||
community.docker.docker_container:
|
community.docker.docker_container:
|
||||||
name: wazuh-cert-tool
|
name: wazuh-cert-tool
|
||||||
image: "wazuh-certs-tool"
|
image: "wazuh/wazuh-cert-tool"
|
||||||
state: started
|
state: started
|
||||||
auto_remove: true
|
auto_remove: true
|
||||||
volumes:
|
volumes:
|
||||||
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
- name: Local action | Remove Docker image after execution
|
- name: Local action | Remove Docker image after execution
|
||||||
community.docker.docker_image:
|
community.docker.docker_image:
|
||||||
name: "wazuh-certs-tool"
|
name: "wazuh/wazuh-cert-tool"
|
||||||
state: absent
|
state: absent
|
||||||
force_absent: yes
|
force_absent: yes
|
||||||
when: ansible_os_family == 'Darwin'
|
when: ansible_os_family == 'Darwin'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user