Closed famedly-bot closed 1 year ago
In GitLab by @jcgruenhage on Feb 4, 2021, 01:10
Commented on roles/yggdrasil/tasks/install.yml line 12
Two small nitpicks:
ansible_
prefix, so you can use ansible_os_family
here insteadansible_os_family
for the others as well, to support Mint and the likes.In GitLab by @jcgruenhage on Feb 4, 2021, 01:12
Even though this only contains the yggdrasil role right now, I'd like to keep our practice from other collections to use the role or module name as the scope for the conventional commit message. Also, this is more of a bugfix than a chore IMO, so I'd suggest (together with the suggestions in the code comment above) something like fix(yggdrasil): use ansible_os_family instead of ansible_lsb
In GitLab by @Ratzupaltuff on Mar 24, 2021, 20:17
added 1 commit
In GitLab by @Ratzupaltuff on Mar 24, 2021, 20:18
resolved all threads
In GitLab by @jcgruenhage on Mar 24, 2021, 21:12
Commented on roles/yggdrasil/tasks/install.yml line 3
have you tested these OS families? On VoidLinux,
- hosts: localhost
tasks:
- debug:
msg: "{{ ansible_os_family }}"
returns
TASK [debug] **********************************************************************************************************************************************************************************
ok: [localhost] => {
"msg": "void"
}
In GitLab by @Ratzupaltuff on Mar 24, 2021, 21:42
Commented on roles/yggdrasil/tasks/install.yml line 3
i have tested manjaro and raspbian, the rest is just copy pasted without testing. i dont have these distros installed anywhere | ansible_lsb.id | ansible_os_family |
---|---|---|
Debian | Debian | |
Raspbian | Debian | |
Ubuntu | Debian | |
Arch | Archlinux | |
Manjaro-ARM | Archlinux |
so we dont need the or ubuntu
In GitLab by @jcgruenhage on Mar 24, 2021, 21:47
Commented on roles/yggdrasil/tasks/install.yml line 3
I'm trying fedora and centos now
In GitLab by @jcgruenhage on Mar 24, 2021, 22:02
Commented on roles/yggdrasil/tasks/install.yml line 3
Fedora and CentOS are both RedHat
. Can you adjust that accordingly?
In GitLab by @Ratzupaltuff on Mar 24, 2021, 22:40
Commented on roles/yggdrasil/tasks/install.yml line 3
changed this line in version 3 of the diff
In GitLab by @Ratzupaltuff on Mar 24, 2021, 22:40
added 1 commit
In GitLab by @Ratzupaltuff on Mar 24, 2021, 22:41
added 1 commit
In GitLab by @jcgruenhage on Mar 24, 2021, 23:20
approved this merge request
In GitLab by @Ratzupaltuff on Mar 25, 2021, 18:36
resolved all threads
In GitLab by @Ratzupaltuff on Feb 3, 2021, 17:58
Merges ratzupaltuff/manjaro-intallation -> main
not only support archlinux but manjaro(arm) too