Skip to content

Commit 3c62709

Browse files
committed
fix(awx_import): postgres module. incorrect survey syntax.
!76
1 parent 7396e7b commit 3c62709

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ansible_module_postgres.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"variable": "module_database.host.port",
366366
"new_question": true,
367367
"question_name": "Port Number",
368-
"question_description": "Database Host Port to use for the connection.
368+
"question_description": "Database Host Port to use for the connection."
369369
},
370370
{
371371
"max": 254,
@@ -438,7 +438,7 @@
438438
"variable": "module_database.host.port",
439439
"new_question": true,
440440
"question_name": "Port Number",
441-
"question_description": "Database Host Port to use for the connection.
441+
"question_description": "Database Host Port to use for the connection."
442442
},
443443
{
444444
"max": 254,
@@ -527,7 +527,7 @@
527527
"variable": "module_database.host.port",
528528
"new_question": true,
529529
"question_name": "Port Number",
530-
"question_description": "Database Host Port to use for the connection.
530+
"question_description": "Database Host Port to use for the connection."
531531
},
532532
{
533533
"max": 254,
@@ -613,7 +613,7 @@
613613
"variable": "module_database.host.port",
614614
"new_question": true,
615615
"question_name": "Port Number",
616-
"question_description": "Database Host Port to use for the connection.
616+
"question_description": "Database Host Port to use for the connection."
617617
},
618618
{
619619
"max": 254,
@@ -698,7 +698,7 @@
698698
"variable": "module_database.host.port",
699699
"new_question": true,
700700
"question_name": "Port Number",
701-
"question_description": "Database Host Port to use for the connection.
701+
"question_description": "Database Host Port to use for the connection."
702702
},
703703
{
704704
"max": 254,

0 commit comments

Comments
 (0)