From 7b51ce5e662332b18f01dfb1dda4441f3aaf1772 Mon Sep 17 00:00:00 2001 From: "martin.cholewa" Date: Tue, 8 Jul 2025 18:37:52 +0200 Subject: [PATCH] Remove user creation tasks from vytvor_uzivatele.yml; retain playbook imports for OS update and tool installation --- ansible/vytvor_uzivatele.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ansible/vytvor_uzivatele.yml b/ansible/vytvor_uzivatele.yml index b78d510..8f7883e 100644 --- a/ansible/vytvor_uzivatele.yml +++ b/ansible/vytvor_uzivatele.yml @@ -1,9 +1,3 @@ --- -- hosts: all - become: yes - tasks: - - name: Přidat uživatele "novyuzivatel" - user: - name: novyuzivatel - shell: /bin/bash - create_home: yes +- import_playbook: update_os.yml +- import_playbook: install_tools.yml \ No newline at end of file