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:
parent
fd580acf2c
commit
fda5b38ddb
6 changed files with 46 additions and 16 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue