diff --git a/ansible.cfg b/ansible.cfg
index b58625a..29ab9df 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,3 +1,4 @@
 [defaults]
 inventory = hosts
-localhost_warning = False
\ No newline at end of file
+localhost_warning = false
+host_pattern_mismatch = ignore
\ No newline at end of file
diff --git a/hosts b/hosts
index 441b6b2..40605c3 100644
--- a/hosts
+++ b/hosts
@@ -4,6 +4,4 @@ localhost
 [workstation]
 x570
 dell-laptop
-
-[server]
-freeboy
\ No newline at end of file
+usb
\ No newline at end of file