Skip to content

Commit

Permalink
Fix upgrade (#3009)
Browse files Browse the repository at this point in the history
Co-authored-by: atsikham <[email protected]>
  • Loading branch information
atsikham and atsikham authored Mar 9, 2022
1 parent dabdfb5 commit 8c8806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/ansible/AnsibleVarsGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def write_role_manifest_vars(self, ansible_dir, role, kind):
document = select_first(self.manifest_docs, lambda x: x.kind == kind)
if document is None:
# If there is no document provided by the user, then fallback to defaults
document = load_schema_obj(types.DEFAULT, 'common', kind)
document = load_schema_obj(schema_types.DEFAULT, 'common', kind)
# Inject the required "version" attribute
document['version'] = VERSION

Expand Down

0 comments on commit 8c8806e

Please sign in to comment.