Перенес+поправил ansible-base

This commit is contained in:
2021-08-19 22:27:27 +03:00
parent 2634b0cf81
commit 00dc20fe3c
17 changed files with 54 additions and 27 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Install packages
apt:
name: "{{ item }}"
state: present
with_items:
- mc
- htop
- vim
- screen
when: ansible_facts['os_family'] == "Debian"