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:
|
||||
name: libselinux-python
|
||||
state: present
|
||||
when:
|
||||
- ansible_distribution == "Fedora"
|
||||
when: ansible_distribution == "Fedora"
|
||||
failed_when: false
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
when: submodules_versioncheck | bool
|
||||
|
||||
- include_tasks: basic-selinux.yml
|
||||
when: dotfiles__install_python_selinux | bool
|
||||
when:
|
||||
- dotfiles__install_python_selinux | bool
|
||||
- ansible_distribution == "Fedora"
|
||||
|
||||
- include_tasks: bashrc.yml
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue