File tree 3 files changed +4
-4
lines changed
roles/build_openstack_packages/tasks
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
ansible.builtin.copy :
18
18
dest : " /etc/yum.repos.d/"
19
19
src : " {{ cifmw_basedir }}/artifacts/repositories/"
20
- mode : " 0644 "
20
+ mode : " 0755 "
21
21
22
22
- name : Build dataset hook
23
23
hosts : localhost
Original file line number Diff line number Diff line change 24
24
remote_src : true
25
25
src : " {{ cifmw_basedir }}/artifacts/repositories/"
26
26
dest : " {{ cifmw_basedir }}/artifacts/before_update_repos/"
27
- mode : " 0644 "
27
+ mode : " 0755 "
28
28
29
29
- name : Run repo_setup
30
30
ansible.builtin.include_role :
49
49
ansible.builtin.copy :
50
50
dest : " /etc/yum.repos.d/"
51
51
src : " {{ cifmw_basedir }}/artifacts/repositories/"
52
- mode : " 0644 "
52
+ mode : " 0755 "
53
53
54
54
- name : Run Ceph update if part of the deployment
55
55
hosts : " {{ (groups[cifmw_ceph_target | default('computes')] | default([]))[:1] }}"
Original file line number Diff line number Diff line change 39
39
remote_src : true
40
40
src : " {{ _repodir.path }}/"
41
41
dest : " {{ cifmw_bop_gating_repo_dest }}"
42
- mode : " 0644 "
42
+ mode : " 0755 "
43
43
44
44
- name : Add gating.repo file to install the required built packages
45
45
ansible.builtin.copy :
You can’t perform that action at this time.
0 commit comments