mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
install f3
This commit is contained in:
parent
931c9286aa
commit
1993cac8da
2 changed files with 9 additions and 0 deletions
|
|
@ -95,6 +95,7 @@
|
|||
- { role: zeal, tags: ['zeal'] }
|
||||
- { role: kdeconnect, tags: ['kdeconnect'] }
|
||||
- { role: oomd, tags: ['oomd'] }
|
||||
- { role: f3, tags: ['f3'] }
|
||||
vars_prompt:
|
||||
- name: user_password
|
||||
prompt: "Enter desired user password"
|
||||
|
|
|
|||
8
roles/f3/tasks/main.yml
Normal file
8
roles/f3/tasks/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Install F3
|
||||
aur:
|
||||
name: f3
|
||||
user: "{{ user.name }}"
|
||||
skip_pgp: yes
|
||||
tags:
|
||||
- aur
|
||||
Loading…
Add table
Add a link
Reference in a new issue