Update apt parameters for Ansible 2.7
This commit is contained in:
parent
2508e60dc4
commit
92ed3f25ed
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue