Install backports version of profanity

This commit is contained in:
flyingscorpio@clevo 2022-12-06 11:47:12 +01:00
parent 77e6eb6311
commit d435fe4402

View file

@ -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