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

move `configure_storage` tasklist into separate `tasks` folder.

parent 36736e3a
Branches
Tags
1 merge request!260Feature/nat 1090 common storage
Pipeline #93686 passed
Showing
with 14 additions and 14 deletions
......@@ -23,7 +23,7 @@
# ansible.builtin.meta: end_play
- name: Include storage path configuration
ansible.builtin.include_tasks: configure_storage.yaml
ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
- name: Import standard general variables for GEANT L3 Core Services
ansible.builtin.include_vars:
......
......@@ -3,7 +3,7 @@
gather_facts: false
tasks:
- name: Include storage path configuration
ansible.builtin.include_tasks: configure_storage.yaml
ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
- name: Import general variables for {{ partner_name | upper }}
ansible.builtin.include_vars:
......
......@@ -3,7 +3,7 @@
gather_facts: false
tasks:
- name: Include storage path configuration
ansible.builtin.include_tasks: configure_storage.yaml
ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
- name: Import standard general variables for GEANT L3 Core Services
ansible.builtin.include_vars:
......
......@@ -4,7 +4,7 @@
gather_facts: false
tasks:
- name: Include storage path configuration
ansible.builtin.include_tasks: configure_storage.yaml
ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
- name: Import standard general variables for GEANT L3 Core Services
ansible.builtin.include_vars:
......
......@@ -4,7 +4,7 @@
gather_facts: false
tasks:
- name: Include storage path configuration
ansible.builtin.include_tasks: configure_storage.yaml
ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
- name: Import standard variables for "{{ subscription.product.product_type }}/{{ subscription.vrf.vrf_name | upper }}"
ansible.builtin.include_vars:
......
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
../../../playbooks/configure_storage.yaml
\ No newline at end of file
../../../tasks/configure_storage.yaml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment