fix: don't check hostname for localhost

!38 !39 !40 !41
This commit is contained in:
2024-03-14 00:04:24 +09:30
parent 16add8a5b8
commit 7a077dabe0

View File

@ -12,6 +12,8 @@
that:
- hostname_to_check.stdout == inventory_hostname
msg: The hostname must match the inventory_hostname
when: >
inventory_hostname != 'localhost'
- name: Check Machine Architecture