Removed redirect to safe performance

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-11 21:48:33 +02:00
parent de15c42de8
commit b301e58ee6
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,10 +1,9 @@
- name: install sudo - block:
package: - name: Install sudo (Arch/Manjaro)
name: sudo community.general.pacman:
state: present name: sudo
when: run_once_sys_sudo is not defined state: present
- name: run the sudo tasks once
- name: run the sudo tasks once set_fact:
set_fact: run_once_sys_sudo: true
run_once_sys_sudo: true
when: run_once_sys_sudo is not defined when: run_once_sys_sudo is not defined