Commit 0e1ae843 authored by nanahira's avatar nanahira

fix

parent 4a110764
Pipeline #14123 failed with stage
in 3 minutes
...@@ -33,3 +33,4 @@ laptop: false ...@@ -33,3 +33,4 @@ laptop: false
extra_params: [] extra_params: []
nfs: false nfs: false
docker_root: /var/lib/docker docker_root: /var/lib/docker
testing: false
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
become: true become: true
hostname: hostname:
name: "{{ inventory_hostname }}" name: "{{ inventory_hostname }}"
when: inventory_hostname_short != '10' and inventory_hostname_short != '172' and inventory_hostname_short != '192' when: inventory_hostname_short != '10' and inventory_hostname_short != '172' and inventory_hostname_short != '192' and not testing
- name: hostname hosts - name: hostname hosts
become: true become: true
blockinfile: blockinfile:
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
allow_password: false allow_password: false
vm_agents_status: present vm_agents_status: present
china_mirror_omf: true china_mirror_omf: true
testing: true
hosts: hosts:
localhost: localhost:
ansible_connection: local ansible_connection: local
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment