1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00

improve behaivior with RHEL

This commit is contained in:
L3D 2021-01-25 22:53:28 +01:00
parent ebe7b31f11
commit f0658303c0
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,5 @@
dnf: dnf:
name: libselinux-python name: libselinux-python
state: present state: present
when: when: ansible_distribution == "Fedora"
- ansible_distribution == "Fedora"
failed_when: false failed_when: false

View file

@ -3,7 +3,9 @@
when: submodules_versioncheck | bool when: submodules_versioncheck | bool
- include_tasks: basic-selinux.yml - include_tasks: basic-selinux.yml
when: dotfiles__install_python_selinux | bool when:
- dotfiles__install_python_selinux | bool
- ansible_distribution == "Fedora"
- include_tasks: bashrc.yml - include_tasks: bashrc.yml
when: dotfiles__modify_bashrc | bool when: dotfiles__modify_bashrc | bool

View file

@ -1,3 +1,3 @@
--- ---
playbook_version_number: 2066 # should be increased integer playbook_version_number: 2067 # should be increased integer
playbook_version_path: 'role_dotfiles_chaos-bodensee_github.version' playbook_version_path: 'role_dotfiles_chaos-bodensee_github.version'