Remove user creation tasks from vytvor_uzivatele.yml; retain playbook imports for OS update and tool installation

This commit is contained in:
martin.cholewa
2025-07-08 18:37:52 +02:00
parent 1858e2c36f
commit 7b51ce5e66

View File

@@ -1,9 +1,3 @@
--- ---
- hosts: all - import_playbook: update_os.yml
become: yes - import_playbook: install_tools.yml
tasks:
- name: Přidat uživatele "novyuzivatel"
user:
name: novyuzivatel
shell: /bin/bash
create_home: yes