Fixes #44: Fix bare variable deprecation warning by cleaning up unnecessary variable.

This commit is contained in:
Jeff Geerling
2020-03-04 14:22:51 -06:00
parent 306bea8fe3
commit ac9ee36abb
4 changed files with 1 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
- name: Assert that recreating crd is as expected
assert:
that:
- recreate_crd_default_merge_expectation
- recreate_crd is not failed
- block:
- name: Recreate custom resource definition with merge_type

View File

@@ -1,6 +1,4 @@
---
recreate_crd_default_merge_expectation: recreate_crd is not failed
k8s_pod_metadata:
labels:
app: "{{ k8s_pod_name }}"