- name: Create Docker network
hosts: all
tasks:
- name: Create custom network
community.docker.docker_network:
name: my_network
state: present
- name: Create Docker network
hosts: all
tasks:
- name: Create custom network
community.docker.docker_network:
name: my_network
state: present