Skip to content
Snippets Groups Projects
Commit e3036c33 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add a judgement condition in file pre-install.yml"

parents a1800d93 409b635b
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
{% for host in groups['all'] %} {% for host in groups['all'] %}
{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }} {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }} {{ hostvars[host]['ansible_hostname'] }}
{% endfor %} {% endfor %}
when: customize_etc_hosts | bool when: customize_etc_hosts | bool == True
- name: ensure sudo group is present - name: ensure sudo group is present
group: name=sudo state=present group: name=sudo state=present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment