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):
49
49
return '|' .join (r )
50
50
51
51
def appliances_repo_to_subpath (repo_entry ):
52
- return repo_entry . path + '/' + repo_entry . timestamp
52
+ return repo_entry [ ' path' ] + '/' + repo_entry [ ' timestamp' ]
53
53
54
54
class FilterModule (object ):
55
55
''' Ansible core jinja2 filters '''
@@ -66,5 +66,5 @@ def filters(self):
66
66
'exists' : exists ,
67
67
'warn' : self .warn ,
68
68
'to_ood_regex' : to_ood_regex ,
69
- 'appliance_repo_to_subpath ' : appliances_repo_to_subpath
69
+ 'appliances_repo_to_subpath ' : appliances_repo_to_subpath
70
70
}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ appliances_local_users: "{{ appliances_local_users_default + appliances_local_us
82
82
83
83
# ##########################################################################################
84
84
85
- appliances_pulp_repositories :
85
+ appliances_pulp_repos :
86
86
baseos :
87
87
' 9.4 ' :
88
88
timestamp : 20241115T011711
You can’t perform that action at this time.
0 commit comments