Playbook séparé pour element-desktop
This commit is contained in:
parent
f1438872bd
commit
a8950fb409
3 changed files with 10 additions and 5 deletions
|
@ -1,7 +1,11 @@
|
|||
|
||||
- name: Package apt-transport-https
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- apt-transport-https
|
||||
|
||||
- name: Installe repo element
|
||||
ansible.builtin.shell: |
|
||||
apt install -y wget apt-transport-https
|
||||
wget -O /usr/share/keyrings/element-io-archive-keyring.gpg https://packages.element.io/debian/element-io-archive-keyring.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list
|
||||
args:
|
|
@ -59,7 +59,3 @@
|
|||
block: |
|
||||
GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT
|
||||
notify: Update-grub
|
||||
|
||||
|
||||
- name: Installe Element
|
||||
ansible.builtin.include_tasks: element.yml
|
||||
|
|
|
@ -47,6 +47,11 @@ ansible_playbooks:
|
|||
argument_help: Ne présente pas le menu et exécute la conformité
|
||||
playbook: conformite.yml
|
||||
|
||||
element:
|
||||
menu_title: Exécuter l'installation d'element
|
||||
argument_help: Ne présente pas le menu et installe element
|
||||
playbook: element.yml
|
||||
|
||||
ajoute-utilisateur:
|
||||
menu_title: Ajoute un utilisateur
|
||||
playbook: ajoute-utilisateur.yml
|
||||
|
|
Loading…
Reference in a new issue