7 lines
148 B
YAML
7 lines
148 B
YAML
- name: Create mythril
|
|
community.docker.docker_container:
|
|
name: manticore
|
|
image: mythril/myth:0.23.1
|
|
state: started
|
|
restart: true
|