mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
9 lines
281 B
YAML
9 lines
281 B
YAML
- hosts: localhost1
|
|
name: Apt udate
|
|
connection: local
|
|
ansible_user: root
|
|
tasks:
|
|
- name: Apt exclude linux-dtb-current-meson64
|
|
ansible.builtin.shell: 'apk update'
|
|
- name: Apt exclude linux-dtb-current-meson64
|
|
ansible.builtin.shell: 'apk add py3-jmespath' |