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