File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def to_ood_regex(items):
4949 return '|' .join (r )
5050
5151def appliances_repo_to_subpath (repo_entry ):
52- return repo_entry . path + '/' + repo_entry . timestamp
52+ return repo_entry [ ' path' ] + '/' + repo_entry [ ' timestamp' ]
5353
5454class FilterModule (object ):
5555 ''' Ansible core jinja2 filters '''
@@ -66,5 +66,5 @@ def filters(self):
6666 'exists' : exists ,
6767 'warn' : self .warn ,
6868 'to_ood_regex' : to_ood_regex ,
69- 'appliance_repo_to_subpath ' : appliances_repo_to_subpath
69+ 'appliances_repo_to_subpath ' : appliances_repo_to_subpath
7070 }
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ appliances_local_users: "{{ appliances_local_users_default + appliances_local_us
8282
8383# ##########################################################################################
8484
85- appliances_pulp_repositories :
85+ appliances_pulp_repos :
8686 baseos :
8787 ' 9.4 ' :
8888 timestamp : 20241115T011711
You can’t perform that action at this time.
0 commit comments