fix risky-shell-pipe

This commit is contained in:
2024-10-28 18:47:31 +01:00
parent adde811f47
commit a3b772c543
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
- name: Setect Interface
when: hypervisor == "vmware"
ansible.builtin.shell: "ip l | awk -F': ' '!/lo/{print $2; exit}'"
ansible.builtin.shell: "set -o pipefail && ip l | awk -F': ' '!/lo/{print $2; exit}'"
register: interface_name
- name: Set IP-Address