Skip to content

Commit

Permalink
when: manila_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelCarpio committed Jul 1, 2024
1 parent a58f205 commit 2dcb33c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbooks/install_stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@
mode: '644'
become: true
become_user: root
when: manila_enabled

- name: Block to figure out if --standalone needs to be passed when deploying tripleo
when:
Expand All @@ -492,7 +493,7 @@
when:
- ceph_enabled

- name: Add StorageNFS into Network Data Undercloud
- name: Add StorageNFS into Network Data Undercloud

Check warning on line 496 in playbooks/install_stack.yaml

View workflow job for this annotation

GitHub Actions / build

args[module]

Unsupported parameters for (basic.py) module: append_newline, prepend_newline. Supported parameters include: attributes, backup, block, create, group, insertafter, insertbefore, marker, marker_begin, marker_end, mode, owner, path, selevel, serole, setype, seuser, state, unsafe_writes, validate (attr, content, dest, destfile, name).
ansible.builtin.blockinfile:
dest: /usr/share/openstack-tripleo-heat-templates/network_data_undercloud.yaml
append_newline: true
Expand Down

0 comments on commit 2dcb33c

Please sign in to comment.