vn-ansible/linux-config-update-and-upg...

12 lines
208 B
YAML
Raw Normal View History

2023-12-19 14:43:06 +00:00
---
2023-12-19 14:52:18 +00:00
- hosts: '{{ ip_addr }}'
2023-12-19 14:43:06 +00:00
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG UPDATE] Config update"
import_role:
name: config-update-and-upgrade-packages