Sfoglia il codice sorgente

new apt module format

master
parent
commit
9412b54504
1 ha cambiato i file con 4 aggiunte e 6 eliminazioni
  1. +4
    -6
      tasks/setup_Debian.yml

+ 4
- 6
tasks/setup_Debian.yml Vedi File

@@ -2,12 +2,10 @@

- name: install apt packages
apt:
pkg: "{{item}}"
state: present
with_items:
- nginx
- nginx-light
- ssl-cert
pkg:
- nginx
- nginx-light
- ssl-cert

- name: remove default page
file:


Loading…
Annulla
Salva