File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3030 chdir : " {{ ((ansible_facts['system'] | lower is not search('bsd')) | ternary('/etc/nginx', '/usr/local/sbin')) }}"
3131 changed_when : false
3232 register : version
33- failed_when : version is not search('1.23.4 ')
33+ failed_when : version is not search('1.25.0 ')
Original file line number Diff line number Diff line change 6666 - name : (Debian/Red Hat/SLES OSs) Install cryptography package
6767 ansible.builtin.package :
6868 name : " {{ (ansible_python['version']['major'] == 3) | ternary('python3-cryptography', 'python2-cryptography') }}"
69- when :
70- - ansible_facts['distribution'] != "OracleLinux"
71- - ansible_facts['distribution_major_version'] != "8"
69+ when : not (ansible_facts['distribution'] == "OracleLinux" and ansible_facts['distribution_major_version'] == "8")
7270
7371 - name : (OracleLinux 8) Install cryptography package
7472 ansible.builtin.package :
You can’t perform that action at this time.
0 commit comments