Browse Source

new apt module style

master
parent
commit
7f8b25b772
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      tasks/setup_Debian.yml

+ 3
- 4
tasks/setup_Debian.yml View File

@@ -2,7 +2,6 @@

- name: install packages
apt:
pkg: "{{item}}"
with_items:
- openssl
- certbot
pkg:
- openssl
- certbot

Loading…
Cancel
Save