Skip to content

Commit d1f3c69

Browse files
committed
typos
1 parent 722a0c1 commit d1f3c69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/filter_plugins/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def to_ood_regex(items):
4949
return '|'.join(r)
5050

5151
def appliances_repo_to_subpath(repo_entry):
52-
return repo_entry.path+'/'+repo_entry.timestamp
52+
return repo_entry['path']+'/'+repo_entry['timestamp']
5353

5454
class 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
}

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)