Fix deprecated "with_items" + remove omb

This commit is contained in:
2021-09-26 21:43:55 +00:00
parent 00dc20fe3c
commit 78d9f84b9b
2 changed files with 5 additions and 10 deletions

View File

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