Fix: Ansible

This commit is contained in:
2025-07-09 05:04:19 +00:00
parent fc2ef36a0c
commit feb867fe28
3 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,5 @@
---
# Tasks for Mosquitto role
- name: Ensure 'iot' Docker network exists
- name: Ensure 'barker' Docker network exists
docker_network:
name: "{{ docker_network }}"
state: present