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

@@ -143,7 +143,7 @@
register: net_uuid
- name: Retrieve Network Interface Name
ansible.builtin.shell: ip r | awk 'NR==1 {print $5}'
ansible.builtin.shell: set -o pipefail && ip r | awk 'NR==1 {print $5}'
register: net_inf
- name: Copy NetworkManager keyfile