Well, first push
This commit is contained in:
19
roles/gui_app_init/tasks/administration.yml
Normal file
19
roles/gui_app_init/tasks/administration.yml
Normal 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
|
||||
Reference in New Issue
Block a user