Well, first push

This commit is contained in:
git
2023-04-19 17:02:43 +02:00
parent 825b252c9b
commit ee38cf8458
72 changed files with 1195 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
---
- name: Add repos
ansible.builtin.include_tasks: add_vscode_repo.yml
- name: Administration tools install
become: true
ansible.builtin.package:
name:
- libreoffice-base
- code
- terminator
state: present
- name: Setting Terminator
ansible.builtin.include_tasks: "{{ item }}"
loop:
- font_set.yml
- terminator_cofig_copy.yml