bugfix: fix install stellar rpm when stellar changed.

This commit is contained in:
fumingwei
2024-06-20 10:53:59 +08:00
parent 8d3d3709fe
commit 4e85a7ba87

View File

@@ -11,8 +11,8 @@
- name: "Install firwall that are sapp plugins"
shell: rpm -i /tmp/rpm_download/{{ item.1 }}* --prefix {{ prefix_path.sapp }}
when:
- item.1 is not search("stellar-c")
- item.1 is not search("firewall")
- item.0 is not search("stellar-c")
- item.0 is not search("firewall")
loop: "{{ firewall_rpm_version | dictsort }}"
- name: "Install firwall and stellar-c rpm plugins"