Selaa lähdekoodia

ansible 2.6 convention for apt module

master
vanhempi
commit
7c3b9bf263
2 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. +1
    -1
      tasks/main.yml
  2. +1
    -2
      tasks/maintenance.yml

+ 1
- 1
tasks/main.yml Näytä tiedosto

@@ -7,7 +7,7 @@

- name: make sure no other display managers are installed
apt:
pkg: "{{ item }}"
name: "{{ item }}"
state: absent
with_items:
- slim


+ 1
- 2
tasks/maintenance.yml Näytä tiedosto

@@ -2,8 +2,7 @@

- name: install maintenance mode packages
apt:
pkg: "{{ item }}"
state: installed
name: "{{ item }}"
with_items:
- yad
- xbindkeys


Loading…
Peruuta
Tallenna