Browse Source

apt package format

master
parent
commit
c34475d883
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      tasks/setup_Debian.yml

+ 2
- 4
tasks/setup_Debian.yml View File

@@ -2,7 +2,5 @@

- name: apt packages installed
apt:
pkg: "{{ item }}"
state: installed
with_items:
- parted
pkg:
- parted

Loading…
Cancel
Save