From 024aaf52d8d13f0061e2e5ff8997966e3cf8bcf4 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 19 Feb 2021 20:45:43 +0200
Subject: [PATCH] Fix typo.

---
 update.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update.yaml b/update.yaml
index e8e678b..5b9bc1a 100644
--- a/update.yaml
+++ b/update.yaml
@@ -82,7 +82,7 @@
           set_fact:
             reboot_needed: "{{ opkg_upgrade is changed }}"
 
-    - name: Update OpenWRT hosts
+    - name: Update OpenBSD hosts
       when: ansible_pkg_mgr == 'openbsd_pkg'
       tags:
         - openbsd
-- 
GitLab