We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f15763 commit 1caf4a3Copy full SHA for 1caf4a3
etc/kayobe/ansible/check-tags.yml
@@ -4,6 +4,7 @@
4
5
- name: Check whether tags exist in Pulp container registry
6
hosts: localhost
7
+ gather_facts: false
8
tasks:
9
- name: Query images and tags
10
command:
tools/kolla-images.py
@@ -130,7 +130,7 @@ def parse_args() -> argparse.Namespace:
130
return parser.parse_args()
131
132
133
-def get_abs_path(relative_path: str) -> str:
+def get_abs_path(relative_path: str) -> pathlib.Path:
134
"""Return the absolute path of a file in SKC."""
135
script_path = pathlib.Path(inspect.getfile(inspect.currentframe()))
136
return script_path.parent.parent / relative_path
0 commit comments