ziion-tools/ansible/roles/mythril/tasks/install-via-docker.yml

7 lines
148 B
YAML

- name: Create mythril
community.docker.docker_container:
name: manticore
image: mythril/myth:0.23.1
state: started
restart: true