From 126d91202e99613f0e4307eff8fc1dfaf2245abf Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 18 Aug 2021 18:10:30 +0200 Subject: [PATCH] add zsh install --- tasks/main.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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: