Skip to content

Commit

Permalink
use group ownership instead of inventory ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Jan 3, 2021
1 parent 8b54f81 commit c8a7add
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file not shown.
13 changes: 13 additions & 0 deletions tasks/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@
var: currentvmnetinfo
verbosity: 1

- name: ansible-virtualization-guest | network | reboot libvirtd # bug in firewalld
service:
name: libvirtd
state: restarted
become: true

- name: ansible-virtualization-guest | network | reboot firewalld # bug in firewalld
service:
name: firewalld
state: restarted
failed_when: false
become: true

- name: ansible-virtualization-guest | network | configure permanent ip
virt_net:
name: "{{ nic.network }}"
Expand Down

0 comments on commit c8a7add

Please sign in to comment.