feat(install): "ansible_check_mode=true" no hostname check
!50 fixes #22
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user