From 82b62fe42528f624e44248bb8fc5bc7eda40efda Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Mon, 10 Apr 2023 12:29:08 +0200 Subject: [PATCH] change dnf to apt --- update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.yml b/update.yml index 9236ef8..838adbd 100644 --- a/update.yml +++ b/update.yml @@ -1,4 +1,4 @@ -- hosts: dnfservers +- hosts: aptservers tasks: - name: Upgrade apt packages become: yes