Browse Source

style

master
parent
commit
712cc97665
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml View File

@@ -4,7 +4,7 @@
apt:
pkg: "{{item}}"
state: installed
when: ansible_os_family=="Debian"
when: ansible_os_family == "Debian"
with_items:
- btrfs-tools
- dosfstools


Loading…
Cancel
Save