edit original migration file, add blank string as acceptable to model

This commit is contained in:
Rebeccah
2021-02-16 17:41:44 -05:00
committed by Shane McDonald
parent 20ee73ce73
commit b1361c8fe2
5 changed files with 8 additions and 25 deletions

View File

@@ -54,7 +54,7 @@ options:
description:
- determine image pull behavior
choices: ["always", "missing", "never"]
default: None
default: ''
type: str
extends_documentation_fragment: awx.awx.auth
'''