forked from infra/ansible
copr-hypervisor: fix syntax error
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f0de921632
commit
1c688fe30e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
- import_role:
|
||||
name: copr/hypervisor
|
||||
tags: copr_hypervisor
|
||||
- {import_role: serial-console, when: datacenter == 'rdu3' and ansible_architecture != 'ppc64le'}
|
||||
- {import_role: name=serial-console, when: datacenter == 'rdu3' and ansible_architecture != 'ppc64le'}
|
||||
- {import_role: name=linux-system-roles.nbde_client, tags: ['nbde_client'], when: (nbde|bool) }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue