Sfoglia il codice sorgente

new apt module style

master
parent
commit
7f8b25b772
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. +3
    -4
      tasks/setup_Debian.yml

+ 3
- 4
tasks/setup_Debian.yml Vedi File

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

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

Loading…
Annulla
Salva