mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
L3D
0e9269f7e7
* Resolve linting warnings * rebuild role structure and add more bash options * Add github action tasks * fix typo * fix another typo * fix another typo * fix another typo * fix another typo * fix another typo * fix another typo * Improve default values * create optional bashrc for users
9 lines
192 B
YAML
9 lines
192 B
YAML
---
|
|
- name: install the latest libselinux-python package
|
|
become: yes
|
|
dnf:
|
|
name: libselinux-python
|
|
state: present
|
|
when:
|
|
- ansible_distribution == "Fedora"
|
|
failed_when: false
|