mirror of
https://gitea.0xace.cc/ansible-galaxy/haproxy.git
synced 2024-11-25 00:16:39 +00:00
fix version
This commit is contained in:
parent
7e436a4800
commit
627e009ee7
@ -29,7 +29,7 @@
|
||||
notify: Restart HAProxy
|
||||
when:
|
||||
- haproxy_package_name in ansible_facts.packages
|
||||
- (ansible_facts.packages[haproxy_package_name][0]['version'] + ".el{{ ansible_distribution_major_version }}") != (haproxy_version|string + "-" + haproxy_version_build|string)
|
||||
- (ansible_facts.packages[haproxy_package_name][0]['version'] + ".el" + ansible_distribution_major_version) != (haproxy_version|string + "-" + haproxy_version_build|string)
|
||||
|
||||
- name: Install python2-cryptography
|
||||
package:
|
||||
|
Loading…
Reference in New Issue
Block a user