diff --git a/tasks/main.yml b/tasks/main.yml index d65aae1..fd32f58 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -46,13 +46,16 @@ when: upgrade.changed and "linux" in upgrade.packages and not debian.stdout become: yes +- name: zsh install + package: + state: present + name: zsh + update_cache: true # not required. Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step. + - name: sudoers install package: - state: present # not required. choices: absent;latest;present. Desired state of the package. - name: sudo # not required. Name or list of names of the packages to install, upgrade, or remove. - update_cache: true # not required. Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step. - - + state: present # not required. choices: absent;latest;present. Desired state of the package. + name: sudo # not required. Name or list of names of the packages to install, upgrade, or remove. - name: create profil user: