Skip to content

Commit 2d7c4ba

Browse files
HVSharma12richm
authored andcommitted
ci: Remove redundant reboot task
1 parent 5065c42 commit 2d7c4ba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tasks/firewalld.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,3 @@
2323
state: present
2424
use: "{{ (__firewall_is_ostree | d(false)) |
2525
ternary('ansible.posix.rhel_rpm_ostree', omit) }}"
26-
register: firewall_package_result
27-
28-
- name: Reboot transactional update systems
29-
reboot:
30-
when:
31-
- firewall_package_result is changed
32-
- ansible_distribution == "ALP-Dolomite"

0 commit comments

Comments
 (0)