Обновить playbooks/update.yaml

This commit is contained in:
Сергей Филимонов 2025-08-08 16:57:22 +07:00
parent 2c7fd39aa7
commit 1a5a03ab52

View File

@ -2,7 +2,7 @@
- name: UPDATE SYSTEM - name: UPDATE SYSTEM
hosts: hosts:
- all - all
become: true become: yes
serial: 1 serial: 1
tasks: tasks:
- name: RUN UPDATE - name: RUN UPDATE