File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
ENHANCEMENTS:
6
6
7
- Refactor the OSS BSD installation process to consolidate tasks and avoid Ansible Lint warnings.
7
+ - Refactor the OSS BSD installation process to consolidate tasks and avoid Ansible Lint warnings.
8
+ - Enable SELinux configuration tasks on Oracle Linux OS.
8
9
9
10
## 0.24.0 (January 29, 2023)
10
11
Original file line number Diff line number Diff line change 30
30
chdir : " {{ ((ansible_facts['system'] | lower is not search('bsd')) | ternary('/etc/nginx', '/usr/local/sbin')) }}"
31
31
changed_when : false
32
32
register : version
33
- failed_when : version is not search('1.23.3 ')
33
+ failed_when : version is not search('1.23.4 ')
Original file line number Diff line number Diff line change 7
7
- nginx_selinux | bool
8
8
- " 'selinux' in ansible_facts"
9
9
- ansible_facts['os_family'] in ['RedHat', 'Suse']
10
- - ansible_facts['distribution'] not in [ 'Amazon', 'OracleLinux']
10
+ - ansible_facts['distribution'] != 'Amazon'
11
11
block :
12
12
- name : Check if SELinux is enabled
13
13
ansible.builtin.debug :
You can’t perform that action at this time.
0 commit comments