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

updates to `configure_storage` tasklist

parent 3445e990
No related branches found
No related tags found
1 merge request!260Feature/nat 1090 common storage
......@@ -2,10 +2,6 @@
ansible.builtin.set_fact:
opid: "{{ lookup('community.general.random_string', length=18, special=false) }}"
- name: Print the ID
ansible.builtin.debug:
msg: "{{ opid }}"
- name: Import group_vars/all
ansible.builtin.include_vars:
dir: /opt/ansible_inventory/group_vars/all
......@@ -20,3 +16,7 @@
state: directory
mode: '0755'
delegate_to: localhost
- name: Print storage path for the play
ansible.builtin.debug:
msg: "{{ play_storage_path }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment