diff --git a/playbooks/test-bifrost.yaml b/playbooks/test-bifrost.yaml index d648b47d6..2e4b0b109 100644 --- a/playbooks/test-bifrost.yaml +++ b/playbooks/test-bifrost.yaml @@ -73,9 +73,10 @@ connection: local roles: - role: ironic-enroll-dynamic - - { role: ironic-inspect-node, when: not inspect_nodes | default('false') | bool } + - role: ironic-inspect-node + when: inspect_nodes | default(false) | bool - role: bifrost-test-inspection - when: not inspect_nodes | default('false') | bool + when: inspect_nodes | default(false) | bool - hosts: localhost name: "Tests the use of openstack clients"