fix(tooling): added missing steps to virtd reset task
This commit is contained in:
parent
7342cf1c50
commit
75f18e2ac7
2 changed files with 15 additions and 2 deletions
|
@ -70,12 +70,13 @@ tasks:
|
|||
vars:
|
||||
VIRSH_CONNECT: '{{.VIRSH_CONNECT | default "qemu:///system"}}'
|
||||
cmds:
|
||||
- ./scripts/purge_virsh.sh
|
||||
- ./scripts/reset_virtd.sh
|
||||
- task: 'molecule'
|
||||
vars:
|
||||
CLI_ARGS: 'destroy'
|
||||
- sudo systemctl restart nftables.service
|
||||
- sudo systemctl restart libvirtd.service
|
||||
- sudo systemctl restart libvirtd.service # reset libvirtd related nft rules
|
||||
- sudo systemctl restart docker.service # reset docker related nft rules
|
||||
|
||||
ansible:new:role:*:
|
||||
desc: create a new role for the specified collection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue