Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing to_text import
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <[email protected]>
wmudge committed Nov 20, 2023
1 parent 4418710 commit 8f359ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/assemble_cluster_template.py
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@
import tempfile

from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.common.text.converters import to_native
from ansible.module_utils.common.text.converters import to_native, to_text


class AssembleClusterTemplate(object):

0 comments on commit 8f359ff

Please sign in to comment.