diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-01 22:28:22 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-01 22:28:55 +0200 |
commit | c8de512a98462327b909311d2f89c90c32fb9246 (patch) | |
tree | df11ba3e4c005644e1a4a9c61b8790523333a6ee /roles/workstation/tasks/libvirt.yml | |
parent | e91ac09b9ed3d3768b99315c13366da23a13a3fa (diff) | |
download | rules-c8de512a98462327b909311d2f89c90c32fb9246.tar.gz |
chore: migrate package install in distinct roles
Diffstat (limited to 'roles/workstation/tasks/libvirt.yml')
-rw-r--r-- | roles/workstation/tasks/libvirt.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/workstation/tasks/libvirt.yml b/roles/workstation/tasks/libvirt.yml index 36d3fa5..ef9e85b 100644 --- a/roles/workstation/tasks/libvirt.yml +++ b/roles/workstation/tasks/libvirt.yml @@ -1,3 +1,7 @@ +- name: install iptables-nft + shell: yes | pacman --noprogressbar --needed --sync iptables-nft + when: ansible_distribution == "Archlinux" + - name: install libvirt package: name: |