Merge branch 'development' into 'master'
fix: don't check hostname for localhost See merge request nofusscomputing/projects/ansible/collections/kubernetes!41
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user