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
package:
- block:
- name: Install sudo (Arch/Manjaro)
community.general.pacman:
name: sudo
state: present
when: run_once_sys_sudo is not defined
- name: run the sudo tasks once
- name: run the sudo tasks once
set_fact:
run_once_sys_sudo: true
when: run_once_sys_sudo is not defined