You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
290 B
YAML
14 lines
290 B
YAML
3 years ago
|
---
|
||
|
# Copyright (C) 2022 Robert Wimmer
|
||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
- hosts: ubuntu
|
||
|
remote_user: vagrant
|
||
|
become: true
|
||
|
gather_facts: true
|
||
|
tasks:
|
||
|
- name: Update APT package cache
|
||
|
ansible.builtin.apt:
|
||
|
update_cache: true
|
||
|
cache_valid_time: 3600
|