Remove user creation tasks from vytvor_uzivatele.yml; retain playbook imports for OS update and tool installation
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user