Install packages in one step. By @dnmvisser (#43)

This commit is contained in:
Dick Visser 2020-11-27 00:46:55 +01:00 committed by GitHub
parent 47e5cf41b4
commit 5c67c0d935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,8 @@
- name: Install required System Packages
package:
pkg: "{{ item }}"
name: "{{ borg_packages }}"
state: present
with_items: "{{ borg_packages }}"
- name: Update setuptools if needed
tags: skip_ansible_lint