Urejanje/usklajevanje - naprej

This commit is contained in:
polz 2023-09-11 17:10:13 +02:00
parent 9631a05c16
commit 747438dedf
6 changed files with 18 additions and 0 deletions

View file

@ -1,6 +1,9 @@
- name: Install firefox - name: Install firefox
- include_tasks: firefox.yml - include_tasks: firefox.yml
- name: Install Libre Office
- include_tasks: libreoffice.yml
- name: Install 7zip - name: Install 7zip
- include_tasks: 7zip.yml - include_tasks: 7zip.yml

View file

@ -0,0 +1,3 @@
- name: Do not install Minecraft
debug:
msg: "Do not install Minecraft"

View file

@ -0,0 +1,3 @@
- name: Do not install Msys2
debug:
msg: "Do not install Msys2"

View file

@ -0,0 +1,3 @@
- name: Do not install Sublime
debug:
msg: "Do not install Sublime"

View file

@ -0,0 +1,3 @@
- name: Do not install SumatraPDF
debug:
msg: "Do not install SumatraPDF"

View file

@ -0,0 +1,3 @@
- name: Do not install WinIdea for FRISMS
debug:
msg: "Do not install WinIdea for FRISMS"