修改stage1 ansible无法获取yum 源问题
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
yum:
|
||||
name: "{{ item.value }}"
|
||||
state: present
|
||||
skip_broken: yes
|
||||
conf_file: "{{ rpm_repo_config_path }}"
|
||||
with_dict: "{{ framework_rpm_version }}"
|
||||
|
||||
- name: "mkdir /etc/ld.so.conf.d/"
|
||||
@@ -18,7 +18,4 @@
|
||||
- name: "copy framework.conf to destination server"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/framework.conf"
|
||||
dest: /etc/ld.so.conf.d/
|
||||
|
||||
- name: "update ld"
|
||||
command: ldconfig
|
||||
dest: /etc/ld.so.conf.d/
|
||||
Reference in New Issue
Block a user