Fix typo on no-docker tag

This commit is contained in:
Salt 2021-11-06 15:56:35 -05:00
parent 635c8c1bf4
commit 0edbac0520

View File

@ -26,7 +26,7 @@
UsePAM: yes
X11Forwarding: no
tags: [ sshd, common ]
- hosts: all:!tags_no_docker
- hosts: all:!tags_no-docker
roles:
- role: geerlingguy.docker
tags: [ docker, common, skip-pull ]