Removed obsolete playbook
This commit is contained in:
@@ -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'
|
|
||||||
Reference in New Issue
Block a user