mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Removed redirect to safe performance
This commit is contained in:
parent
de15c42de8
commit
b301e58ee6
@ -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
|
Loading…
x
Reference in New Issue
Block a user