Skip to content

Commit 13681a8

Browse files
committed
fix(awx): job template import for survey uses survey_spec as var
!76 fixes #21
1 parent ebc2af6 commit 13681a8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

ansible_module_mysql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
verbosity: 2
331331
use_fact_cache: true
332332
survey_enabled: true
333-
survey: |
333+
survey_spec: |
334334
{
335335
"max": 25,
336336
"min": 25,
@@ -402,7 +402,7 @@
402402
verbosity: 2
403403
use_fact_cache: true
404404
survey_enabled: true
405-
survey: |
405+
survey_spec: |
406406
{
407407
"max": 25,
408408
"min": 25,
@@ -475,7 +475,7 @@
475475
verbosity: 2
476476
use_fact_cache: true
477477
survey_enabled: true
478-
survey: |
478+
survey_spec: |
479479
{
480480
"max": 25,
481481
"min": 25,
@@ -560,7 +560,7 @@
560560
verbosity: 2
561561
use_fact_cache: true
562562
survey_enabled: true
563-
survey: |
563+
survey_spec: |
564564
{
565565
"max": 25,
566566
"min": 25,

ansible_module_postgres.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
verbosity: 2
332332
use_fact_cache: true
333333
survey_enabled: true
334-
survey: |
334+
survey_spec: |
335335
{
336336
"max": 25,
337337
"min": 25,
@@ -403,7 +403,7 @@
403403
verbosity: 2
404404
use_fact_cache: true
405405
survey_enabled: true
406-
survey: |
406+
survey_spec: |
407407
{
408408
"max": 25,
409409
"min": 25,
@@ -491,7 +491,7 @@
491491
verbosity: 2
492492
use_fact_cache: true
493493
survey_enabled: true
494-
survey: |
494+
survey_spec: |
495495
{
496496
"max": 25,
497497
"min": 25,
@@ -576,7 +576,7 @@
576576
verbosity: 2
577577
use_fact_cache: true
578578
survey_enabled: true
579-
survey: |
579+
survey_spec: |
580580
{
581581
"max": 25,
582582
"min": 25,
@@ -660,7 +660,7 @@
660660
verbosity: 2
661661
use_fact_cache: true
662662
survey_enabled: true
663-
survey: |
663+
survey_spec: |
664664
{
665665
"max": 25,
666666
"min": 25,

restore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
# - "Local"
287287
use_fact_cache: true
288288
survey_enabled: true
289-
survey: |
289+
survey_spec: |
290290
{
291291
"max": 25,
292292
"min": 25,

0 commit comments

Comments
 (0)