Add support for spec overrides when restoring AWX (#1862)

This commit is contained in:
Christian Adams
2024-05-17 15:47:26 -04:00
committed by GitHub
parent 4720d29fda
commit a8da7f9398
4 changed files with 16 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
---
- name: Combine spec_overrides with spec
set_fact:
spec: "{{ spec | default({}) | combine(spec_overrides) }}"
no_log: "{{ no_log }}"
- name: Deploy AWX
k8s:
state: "{{ state | default('present') }}"