Merge "Fix newline at cell_domain_name"

This commit is contained in:
Zuul 2022-05-23 21:09:39 +00:00 committed by Gerrit Code Review
commit feb150954f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
- name: Add Cell internalapi VIP to control plan controller
become: true
vars:
cell_domain_name: >
cell_domain_name: >-
{{ hostvars[item]['internal_api_hostname'] | regex_replace(item ~ '\.?', '') }}
lineinfile:
dest: "/etc/hosts"