proxy_ping_test
This commit is contained in:
@@ -18,9 +18,11 @@
|
||||
|
||||
- name: copy resolv.conf into chroot
|
||||
copy:
|
||||
src: /etc/resolv.conf
|
||||
dest: "{{AGI_NBD_MP}}/etc/resolv.conf"
|
||||
src: "/{{item}}"
|
||||
dest: "{{AGI_NBD_MP}}/{{item}}"
|
||||
mode: '0644'
|
||||
remote_src: yes
|
||||
with_items: "{{AGI_bootstrap_files}}"
|
||||
when: not ansible_check_mode
|
||||
|
||||
- name: mount /proc in chroot
|
||||
|
||||
Reference in New Issue
Block a user