Skip to content

Commit

Permalink
more ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Apr 10, 2023
1 parent 4248637 commit b689531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/qubinode_kvmhost_setup/tasks/bridge_interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# connectivity and the bridge interface comes up.

- name: Restart network service for older systems
systemd:
ansible.builtin.systemd:
name: "{{ item }}"
state: restarted
changed_when: false
Expand All @@ -70,7 +70,7 @@
when: (("RedHat" and ansible_distribution_major_version == '7') and (not bridge_name | bool or bridge_name is undefined))

- name: Restart network service
systemd:
ansible.builtin.systemd:
name: "{{ item }}"
state: restarted
changed_when: false
Expand Down

0 comments on commit b689531

Please sign in to comment.