Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 70566b9a authored by fred's avatar fred
Browse files

📦️ Add zoom package via dpkg

parent eeaa56a6
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ Suitable for server and workstation.
| task | purpose |
| :--------------------------------------: | :--------------------------------------------------------------: |
| [`apt.yml`](tasks/apt.yml) | Install generic packages |
| [`become_user_cfg.yml`](tasks/become_user_cfg.yml) | Set `sudo` without password for `become_user` access |
| [`host_info.yml`](tasks/host_info.yml) | Return message with distribution full name & version |
| [`shutdown.yml`](tasks/shutdown.yml) | Shutdown target in 5 min (not if host is in production group) |
......
......@@ -66,7 +66,8 @@
upgrade: safe
- name: APT | install zoom client
apt:
when: inventory_hostname in groups.station
ansible.builtin.apt:
deb: https://zoom.us/client/latest/zoom_amd64.deb
- name: APT | remove useless packages from the cache
......
......@@ -2,6 +2,7 @@
base_pkg:
- htop
- keychain
- locales
- lynx
- progress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment