We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdeff8d + 9813106 commit 6cca699Copy full SHA for 6cca699
roles/edpm_growvols/tasks/main.yml
@@ -36,7 +36,8 @@
36
growvols_path: "{{ find_growvols.stdout_lines[0] }}"
37
38
- name: "Running {{ growvols_path + growvols_args }}"
39
- ansible.builtin.shell: "{{ growvols_path }} --yes {{ growvols_args }}"
+ ansible.builtin.shell: >-
40
+ {{ growvols_path }} --yes {{ growvols_args }}
41
become: true
42
register: run_growvols
43
changed_when: run_growvols.rc == 0
0 commit comments