Skip to content

Commit

Permalink
make sure configs directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadalli committed Feb 17, 2022
1 parent bad3ec6 commit 455e034
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/opennebula/frontend/configure/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
mode: "0640"
owner: root
group: oneadmin
- name: make sure fs_lvm config directory exists (recursively)
ansible.builtin.file:
path: /var/lib/one/remotes/etc/fs_lvm
state: directory
mode: "0755"
owner: root
group: oneadmin
- name: fs_lvm config
ansible.builtin.template:
src: fs_lvm-{{ opennebula_version }}.conf.j2
Expand Down

0 comments on commit 455e034

Please sign in to comment.