add zsh install

This commit is contained in:
vincent 2021-08-18 18:10:30 +02:00
parent f33cc2f2bc
commit 126d91202e

View File

@ -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.
- name: create profil
user: