prettier uuid mapping messages

Change-Id: I1676c40a366bfdd2228a4f0dcb99969b3b77934c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-04-28 21:34:32 +00:00
parent 0ba6fabb67
commit b2fbf06da1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Resolver:
pat, '{{' + self._last_var + '.' + var_expr + '}}',
)
return {
'name': 'Map UUID for {}'.format(name),
'name': 'Map UUID for {} {}'.format(resource_type, name),
'lineinfile': {
'dest': self._uuid_map_file,
'state': 'present',