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
extra_params: []
nfs: false
docker_root: /var/lib/docker
testing: false
......@@ -16,7 +16,7 @@
become: true
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
become: true
blockinfile:
......
......@@ -15,6 +15,7 @@
allow_password: false
vm_agents_status: present
china_mirror_omf: true
testing: true
hosts:
localhost:
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