color role → desktop_environment role

Is this commit without too many change so that Git catches on the
rename?
Yes, yes it is.
This commit is contained in:
Geoffrey Frogeye 2021-06-18 21:55:19 +02:00
parent fd580acf2c
commit fda5b38ddb
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 46 additions and 16 deletions

View file

@ -1,17 +1,7 @@
- name: Set variables
set_fact:
arch_based: "{{ ansible_distribution == 'Archlinux' }}"
arch: "{{ ansible_lsb.id == 'Arch' }}"
manjaro: "{{ ansible_lsb.id == 'Manjaro' or ansible_lsb.id == 'Manjaro-ARM' }}"
termux: "{{ ansible_distribution == 'OtherLinux' and ansible_python.executable == '/data/data/com.termux/files/usr/bin/python' }}"
debian_based: "{{ ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' }}"
debian: "{{ ansible_distribution == 'Debian' }}"
ubuntu: "{{ ansible_distribution == 'Ubuntu' }}"
tags: softwarelist
# TODO Install python if not done
# Or maybe not, it requires a lot of automation for something that can be done
# very quickly manually and is usually uneccessary
# very quickly manually and is usually already installed
- name: Install python-apt dependency for Termux
block: