This repository was archived by the owner on Mar 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 package :
44 name :
55 - " {{ ( (ansible_facts.distribution_major_version | int) < 8) | ternary('libselinux-python','python3-libselinux') }}"
6- - " {{ ( (ansible_facts.distribution_major_version | int) < 8) | ternary('libselinux -python','python3-policycoreutils') }}"
6+ - " {{ ( (ansible_facts.distribution_major_version | int) < 8) | ternary('policycoreutils -python','python3-policycoreutils') }}"
77 state : present
88 register : _install_selinux_packages
99 until : _install_selinux_packages is success
1717 package :
1818 name :
1919 - " {{ ( (ansible_facts.distribution_major_version | int) < 29) | ternary('libselinux-python','python3-libselinux') }}"
20- - " {{ ( (ansible_facts.distribution_major_version | int) < 29) | ternary('libselinux -python','python3-policycoreutils') }}"
20+ - " {{ ( (ansible_facts.distribution_major_version | int) < 29) | ternary('policycoreutils -python','python3-policycoreutils') }}"
2121 state : present
2222 register : _install_selinux_packages
2323 until : _install_selinux_packages is success
You can’t perform that action at this time.
0 commit comments