ansible_public/playbooks/installers/apt_update.yaml

10 lines
175 B
YAML
Raw Normal View History

2022-06-14 18:53:16 +02:00
---
- hosts: "{{ variable_host | default('lab15_standard') }}"
gather_facts: no
become: yes
tasks:
- name: apt update
become: yes
shell: apt update -y