Skip to content

Commit

Permalink
Merge pull request #12 from DanieelJP/patch-5
Browse files Browse the repository at this point in the history
Update and rename educacion.yml to education.yml
  • Loading branch information
DonComProject authored May 25, 2024
2 parents d9d9f21 + 10697ec commit 0a2fd4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/ansible/educacion.yml → src/ansible/education.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
---
- name: Playbook de instalación de herramientas educativas
- name: Educational tools installation playbook
hosts: all
become: yes
tasks:

- name: Actualizar la lista de paquetes
- name: Update package list
apt:
update_cache: yes

- name: Instalar dependencias para Flatpak
- name: Install dependencies for Flatpak
apt:
name: flatpak
state: present
tags: flatpak

- name: Agregar repositorio Flathub para Flatpak
- name: Add Flathub repository to Flatpak
command: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
tags: flatpak

- name: Instalar GCompris desde Flathub
- name: Install GCompris from Flathub
command: flatpak install -y flathub org.kde.gcompris
tags: gcompris

- name: Instalar Stellarium
- name: Install Stellarium
apt:
name: stellarium
state: present
tags: stellarium

- name: Instalar GeoGebra
- name: Install GeoGebra
apt:
name: geogebra
state: present
tags: geogebra

- name: Instalar Anki
- name: Install Anki
apt:
name: anki
state: present
Expand Down

0 comments on commit 0a2fd4e

Please sign in to comment.