Skip to content

Commit

Permalink
Revert "refstack: use /share as workdir" (#156)
Browse files Browse the repository at this point in the history
This reverts commit e18836c.

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Jul 11, 2024
1 parent 06fa8e5 commit 3bbd177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/refstack/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ refstack_guideline: "2022.11"
refstack_keystone_endpoint: https://api.testbed.osism.xyz:5000/v3
refstack_ca_cert: /etc/ssl/certs/ca-certificates.crt

refstack_workdir: /share/refstack
refstack_workdir: /opt/refstack
refstack_cloud: admin

refstack_admin_users:
Expand Down
1 change: 1 addition & 0 deletions roles/refstack/tasks/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: Create refstack workdir
become: true
ansible.builtin.file:
path: "{{ refstack_workdir }}"
state: directory
Expand Down

0 comments on commit 3bbd177

Please sign in to comment.