Explorar el Código

current

master
padre
commit
de552165b4
Se han modificado 1 ficheros con 0 adiciones y 12 borrados
  1. +0
    -12
      tasks/main.yml

+ 0
- 12
tasks/main.yml Ver fichero

@@ -1,12 +1,5 @@
---

- name: delete depecrated packages
apt:
pkg: "{{ item }}"
state: absent
with_items:
- slim

- name: install packages
apt:
pkg: "{{ item }}"
@@ -16,8 +9,3 @@
- xserver-xorg-video-all
- xserver-xorg-input-all
- x11-xserver-utils

- service:
name: slim
state: stopped
enabled: no

Cargando…
Cancelar
Guardar