Update apt parameters for Ansible 2.7

This commit is contained in:
Alexander Dietrich 2018-11-05 21:30:09 +01:00
parent 2508e60dc4
commit 92ed3f25ed

View file

@ -1,13 +1,12 @@
---
- name: install popular user packages
apt:
name: "{{ item }}"
name:
- mosh
- nano
- wget
- zsh
state: present
with_items:
- mosh
- nano
- wget
- zsh
- name: copy new-user script
copy: