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)
|
- name: Install profanity (Archlinux)
|
||||||
become: true
|
become: true
|
||||||
|
@ -13,6 +14,7 @@
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- profanity
|
- profanity
|
||||||
|
default_release: bullseye-backports
|
||||||
when: ansible_facts['distribution'] == 'Debian'
|
when: ansible_facts['distribution'] == 'Debian'
|
||||||
|
|
||||||
- name: Create needed directories
|
- name: Create needed directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue