Browse Source

roles/ca: new apt multipackage ansible style

python3
Zolfa 5 years ago
parent
commit
0a38ff2aac
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      roles/ca/tasks/main.yaml

+ 4
- 5
roles/ca/tasks/main.yaml View File

@ -10,15 +10,14 @@
- name: install ca packages
apt:
name: "{{ item }}"
pkg:
- python3
- python3-pip
- python3-setuptools
state: present
update_cache: yes
cache_valid_time: 3600
install_recommends: '{{ install_recommends | default("no") }}'
with_items:
- python3
- python3-pip
- python3-setuptools
- name: install from release
pip:


Loading…
Cancel
Save