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:
Michael Grote 2021-04-01 21:51:25 +02:00
parent 296f5bb646
commit c99a634f5c
4 changed files with 3 additions and 26 deletions

View file

@ -2,9 +2,7 @@
### Beschreibung ### Beschreibung
Fuehrt: Fuehrt:
1. `apt update` ` apt install {{ programme }}`
3. ` apt install {{ programme }}`
2. `apt upgrade`
aus. aus.
Es wird unterschieden ob das Ziel eine VM ist oder nicht. Es wird unterschieden ob das Ziel eine VM ist oder nicht.

View file

@ -1,9 +1,4 @@
- name: apt update ---
become: yes
ansible.builtin.package:
update_cache: yes
cache_valid_time: 3000
- name: install common-packages - name: install common-packages
become: yes become: yes
ansible.builtin.package: ansible.builtin.package:

View file

@ -1,3 +1,4 @@
---
- name: update apt cache - name: update apt cache
become: yes become: yes
ansible.builtin.apt: ansible.builtin.apt:

View file

@ -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