This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
roles/ca: new apt multipackage ansible style
python3
Zolfa
5 years ago
parent
83479809ad
commit
0a38ff2aac
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
1 changed files
with
4 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save