Skip to content

Commit

Permalink
set installroot instead of cachedir
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ehelms committed Dec 6, 2023
1 parent fbcb2b6 commit 13323f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions obal/data/roles/repoclosure/tasks/repoclosure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
remote_src: true
mode: '0640'

- name: Replace cachedir with temp directory
- name: Replace installroot with temp directory
replace:
path: "{{ temp_directory.path }}/{{ config_filename }}"
regexp: "^cachedir.*"
replace: "cachedir={{ temp_directory.path }}"
regexp: "^installroot.*"
replace: "installroot={{ temp_directory.path }}/root"

- name: 'Run repoclosure'
repoclosure:
Expand Down

0 comments on commit 13323f7

Please sign in to comment.