Skip to content
Snippets Groups Projects
Commit 36736e3a authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

`sdp` - update configure storage in standard way

parent ac2f824f
Branches
Tags
1 merge request!260Feature/nat 1090 common storage
Pipeline #93685 failed
../../../playbooks/configure_storage.yaml
\ No newline at end of file
...@@ -18,8 +18,11 @@ ...@@ -18,8 +18,11 @@
when: (verb is not defined) or (verb not in verbs) when: (verb is not defined) or (verb not in verbs)
ansible.builtin.meta: end_play ansible.builtin.meta: end_play
- name: Include standard tasks # - name: Include standard tasks
ansible.builtin.include_tasks: standard_tasks.yaml # ansible.builtin.include_tasks: standard_tasks.yaml
- name: Include configure storage tasks
ansible.builtin.include_tasks: configure_storage.yaml
- name: Include merge vars tasks - name: Include merge vars tasks
ansible.builtin.include_tasks: merge_vars.yaml ansible.builtin.include_tasks: merge_vars.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment