Removed obsolete playbook

This commit is contained in:
2023-12-10 14:17:55 +05:30
parent 232a3f77fb
commit 48c0ce7e1f

View File

@@ -1,14 +0,0 @@
---
- hosts: all
become: true
tasks:
- name: Update apt packages
apt:
update_cache: yes
upgrade: yes
when: ansible_distribution == 'Debian'
- name: Update rpm packages
dnf:
name: "*"
state: latest
when: ansible_distribution == 'Fedora'