mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 05:22:39 +00:00
Fixes #44: Fix bare variable deprecation warning by cleaning up unnecessary variable.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
---
|
||||
recreate_crd_default_merge_expectation: recreate_crd is not failed
|
||||
|
||||
k8s_pod_metadata:
|
||||
labels:
|
||||
app: "{{ k8s_pod_name }}"
|
||||
|
||||
Reference in New Issue
Block a user