feat(install): "ansible_check_mode=true" no hostname check

!50 fixes #22
This commit is contained in:
2024-03-20 20:46:46 +09:30
parent 053d1f17ec
commit 6498a48e82

View File

@ -14,6 +14,8 @@
msg: The hostname must match the inventory_hostname msg: The hostname must match the inventory_hostname
when: > when: >
inventory_hostname != 'localhost' inventory_hostname != 'localhost'
and
not ansible_check_mode
- name: Check Machine Architecture - name: Check Machine Architecture