apt update ausgebaut (#57)
update entfernt doku syntax meta bei cv4 entfernt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#57 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
296f5bb646
commit
c99a634f5c
4 changed files with 3 additions and 26 deletions
|
@ -2,9 +2,7 @@
|
|||
|
||||
### Beschreibung
|
||||
Fuehrt:
|
||||
1. `apt update`
|
||||
3. ` apt install {{ programme }}`
|
||||
2. `apt upgrade`
|
||||
` apt install {{ programme }}`
|
||||
aus.
|
||||
|
||||
Es wird unterschieden ob das Ziel eine VM ist oder nicht.
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
- name: apt update
|
||||
become: yes
|
||||
ansible.builtin.package:
|
||||
update_cache: yes
|
||||
cache_valid_time: 3000
|
||||
|
||||
---
|
||||
- name: install common-packages
|
||||
become: yes
|
||||
ansible.builtin.package:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- name: update apt cache
|
||||
become: yes
|
||||
ansible.builtin.apt:
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
#- role: hedii.youtube-dl
|
||||
# vars:
|
||||
# youtubedl_executable_path: "/usr/local/bin/youtube-dl"
|
||||
# youtubedl_update: true
|
||||
galaxy_info:
|
||||
author: mgrote
|
||||
description: XXX
|
||||
min_ansible_version: 2.0
|
||||
license: GPLv3
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
galaxy_tags:
|
||||
- system
|
Loading…
Reference in a new issue