Skip to content

Commit 221015d

Browse files
committed
refactor(ci_dcn_site): replace hardcoded /home/zuul paths
Replace hardcoded '/home/zuul' paths with ansible_user_dir variable to support non-zuul users in ci_cdn_role # Conflicts: # roles/ci_dcn_site/defaults/main.yml
1 parent 266ec4c commit 221015d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ci_dcn_site/tasks/ceph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
- name: Deploy Ceph
9090
cifmw.general.ci_script:
91-
output_dir: "/home/zuul/ci-framework-data/artifacts"
91+
output_dir: "{{ ansible_user_dir }}/ci-framework-data/artifacts"
9292
chdir: "{{ ci_dcn_site_cifmw_repo_path }}"
9393
script: >-
9494
ansible-playbook

0 commit comments

Comments
 (0)