Install backports version of profanity
This commit is contained in:
parent
77e6eb6311
commit
d435fe4402
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- include_vars: vault.yml
|
||||
- name: Include vault variables
|
||||
include_vars: vault.yml
|
||||
|
||||
- name: Install profanity (Archlinux)
|
||||
become: true
|
||||
|
@ -13,6 +14,7 @@
|
|||
apt:
|
||||
name:
|
||||
- profanity
|
||||
default_release: bullseye-backports
|
||||
when: ansible_facts['distribution'] == 'Debian'
|
||||
|
||||
- name: Create needed directories
|
||||
|
|
Loading…
Add table
Reference in a new issue