Ver código fonte

ansible 2.6 convention for apt module

master
pai
commit
7c3b9bf263
2 arquivos alterados com 2 adições e 3 exclusões
  1. +1
    -1
      tasks/main.yml
  2. +1
    -2
      tasks/maintenance.yml

+ 1
- 1
tasks/main.yml Ver arquivo

@@ -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 Ver arquivo

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

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


Carregando…
Cancelar
Salvar