From cdbf54a9d1448cf4e3585a0a26a2663a020c7203 Mon Sep 17 00:00:00 2001 From: Jesko Date: Wed, 8 May 2024 17:13:42 +0200 Subject: [PATCH] bindestriche entfernt --- playbook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbook.yml b/playbook.yml index 745fca0..61b6f51 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,9 +2,9 @@ - name: ensure safe environment for exams hosts: localhost vars: - - pruefungsuser: "pruefling" - - pruefungsgruppe: "prueflinge" - - pruefungspasswort: "pruefung" + pruefungsuser: "pruefling" + pruefungsgruppe: "prueflinge" + pruefungspasswort: "pruefung" environment: PATH: "/sbin:{{ ansible_env.PATH }}"