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:
parent
ebe7b31f11
commit
f0658303c0
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue