mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
update code to python3 (#10903)
* update code to python3 * add changelog frag * rollback adjustment for plugins/lookup/lmdb_kv.py * accept PR suggestion for plugins/module_utils/utm_utils.py * accept PR suggestion for plugins/module_utils/vexata.py * Apply suggestions from code review * Update changelogs/fragments/10903-2to3.yml * Update changelogs/fragments/10903-2to3.yml
This commit is contained in:
parent
056633efaa
commit
07cfd6c4b4
8 changed files with 18 additions and 24 deletions
|
|
@ -67,7 +67,7 @@ class CallbackModule(CallbackBase):
|
|||
def v2_playbook_on_play_start(self, play):
|
||||
name = play.get_name().strip()
|
||||
if not name:
|
||||
msg = u"play"
|
||||
msg = "play"
|
||||
else:
|
||||
msg = f"PLAY [{name}]"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue