add zsh install
This commit is contained in:
parent
f33cc2f2bc
commit
126d91202e
@ -46,13 +46,16 @@
|
|||||||
when: upgrade.changed and "linux" in upgrade.packages and not debian.stdout
|
when: upgrade.changed and "linux" in upgrade.packages and not debian.stdout
|
||||||
become: yes
|
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
|
- name: sudoers install
|
||||||
package:
|
package:
|
||||||
state: present # not required. choices: absent;latest;present. Desired state of the 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.
|
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
|
- name: create profil
|
||||||
user:
|
user:
|
||||||
|
Loading…
Reference in New Issue
Block a user