Fix syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2022-07-01 10:52:40 +02:00
parent ec4e9239e8
commit 6d3826c588

View File

@ -2,7 +2,7 @@
- hosts: registry - hosts: registry
remote_user: root remote_user: root
gather_facts: false gather_facts: false
vars: vars_files:
- registry.yml - registry.yml
roles: roles:
- dockerhost - dockerhost