diff options
| author | Jason DeTiberus <detiber@gmail.com> | 2017-01-18 16:33:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 16:33:16 -0500 |
| commit | f185fa6ce66a25b8f44c81aa963e0c27e2742586 (patch) | |
| tree | 09ea4643ef8e295e327b0d5509685d7678224a3d /roles/lib_utils/library | |
| parent | e23e9bf557c883d294462e76bdd9399520b01ebc (diff) | |
| parent | b6576d28ec21411f8da58cedab7a6c6c57dc172b (diff) | |
Merge pull request #3107 from kwoodson/generate_tox_test
Adding tox tests for generated module code.
Diffstat (limited to 'roles/lib_utils/library')
| -rw-r--r-- | roles/lib_utils/library/yedit.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/lib_utils/library/yedit.py b/roles/lib_utils/library/yedit.py index d882c983e..6a5b40dcc 100644 --- a/roles/lib_utils/library/yedit.py +++ b/roles/lib_utils/library/yedit.py @@ -134,6 +134,12 @@ options: required: false default: true aliases: [] + separator: + description: + - The separator being used when parsing strings. + required: false + default: '.' + aliases: [] author: - "Kenny Woodson <kwoodson@redhat.com>" extends_documentation_fragment: [] |
