Fix linters for example playbook

Change-Id: I439d4e817f0a3693758a19ffbd9c84d475977a66
This commit is contained in:
Dmitriy Rabotyagov 2023-10-25 11:45:15 +02:00
parent 610cb66262
commit 59c2e45f6d
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@
hosts: tacker_all
user: root
roles:
- { role: "os_tacker", tags: [ "os-tacker" ] }
- role: "os_tacker"
tags:
- "os-tacker"