From e0fa1610caf10a505e2f12577a9179abc47980b5 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Mon, 30 Jan 2023 19:05:37 -0500 Subject: [PATCH] Fix minor typos in test task names (#1209) --- molecule/default/tasks/awx_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/molecule/default/tasks/awx_test.yml b/molecule/default/tasks/awx_test.yml index 1495f11d..c5da7df0 100644 --- a/molecule/default/tasks/awx_test.yml +++ b/molecule/default/tasks/awx_test.yml @@ -28,7 +28,7 @@ register: awx_pod when: not awx_version - - name: Exract tags from images + - name: Extract tags from images set_fact: image_tags: | {{ awx_pod.resources[0].spec.containers | @@ -101,7 +101,7 @@ - app.kubernetes.io/name = example-awx register: awx_pod - - name: Exract additional_labels from AWX spec + - name: Extract additional_labels from AWX spec set_fact: awx_additional_labels: >- {{ this_awx.resources[0].metadata.labels @@ -109,7 +109,7 @@ | list }} - - name: Exract additional_labels from AWX Pod + - name: Extract additional_labels from AWX Pod set_fact: pod_additional_labels: >- {{ awx_pod.resources[0].metadata.labels @@ -122,7 +122,7 @@ that: - pod_additional_labels == awx_additional_labels - - name: Exract Pod labels which shouldn't have been propagated to it from AWX + - name: Extract Pod labels which shouldn't have been propagated to it from AWX set_fact: pod_extra_labels: >- {{ awx_pod.resources[0].metadata.labels