Skip to content

Commit 0cd904f

Browse files
committed
fix manila for isolated network
1 parent 3641f48 commit 0cd904f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/filesystems.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
- name: Setup Manila share mounts
2121
hosts: manila
2222
become: true
23-
environment: "{{ appliances_remote_environment_vars }}"
2423
tags: manila
2524
tasks:
2625
- include_role:
2726
name: stackhpc.os-manila-mount
27+
tasks_from: "{{ item }}"
28+
loop: "{{ ['lookup.yml', 'mount.yml'] if appliances_mode == 'configure' else ['main.yml'] }}"
2829

2930
- name: Setup Lustre clients
3031
hosts: lustre

0 commit comments

Comments
 (0)