Add support for tags to molecule tests (#62)

This commit is contained in:
Mike Graves
2021-04-19 00:30:21 -04:00
committed by GitHub
parent 28223dbe36
commit b68bf7c065
5 changed files with 260 additions and 148 deletions

View File

@@ -333,10 +333,6 @@
register: k8s_info_testing6
failed_when: not k8s_info_testing6.resources or k8s_info_testing6.resources[0].status.phase != "Active"
- include_tasks: crd.yml
- include_tasks: lists.yml
- include_tasks: append_hash.yml
always:
- name: Delete all namespaces
k8s: