Skip to content

Commit

Permalink
reverting latest changes
Browse files Browse the repository at this point in the history
* for testing
  • Loading branch information
dangel101 committed Oct 20, 2022
1 parent 6158810 commit fd72d56
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
run_once: true

- name: Get the UUID of the old node
ansible.builtin.shell: # noqa risky-shell-pipe
>
ansible.builtin.shell: >
set -o pipefail && \
gluster peer status |
grep -A1 {{ gluster_old_node | mandatory }} |
awk -F: '/uid/ { print $2}'
args:
executable: /bin/bash
register: old_node_uuid
run_once: true

Expand Down

0 comments on commit fd72d56

Please sign in to comment.