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
|
- name: install popular user packages
|
||||||
apt:
|
apt:
|
||||||
name: "{{ item }}"
|
name:
|
||||||
|
- mosh
|
||||||
|
- nano
|
||||||
|
- wget
|
||||||
|
- zsh
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
|
||||||
- mosh
|
|
||||||
- nano
|
|
||||||
- wget
|
|
||||||
- zsh
|
|
||||||
|
|
||||||
- name: copy new-user script
|
- name: copy new-user script
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in a new issue