소스 검색

ansible 2.6 convention for apt module

master
부모
커밋
7c3b9bf263
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      tasks/main.yml
  2. +1
    -2
      tasks/maintenance.yml

+ 1
- 1
tasks/main.yml 파일 보기

@@ -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 파일 보기

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

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


불러오는 중...
취소
저장