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: apt:
pkg: "{{item}}" pkg: "{{item}}"
state: installed state: installed
when: ansible_os_family=="Debian"
when: ansible_os_family == "Debian"
with_items: with_items:
- btrfs-tools - btrfs-tools
- dosfstools - dosfstools


Loading…
Cancel
Save