Commit 3a5d56d 1 parent d0ee5be commit 3a5d56d Copy full SHA for 3a5d56d
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
get_url :
6
6
url : " {{ item.source }}"
7
7
dest : " {{ item.dest }}"
8
- loop :
8
+ with_items :
9
9
- { source: 'http://linuxsoft.cern.ch/wlcg/RPM-GPG-KEY-wlcg', dest: '/etc/pki/rpm-gpg/RPM-GPG-KEY-wlcg' }
10
10
- { source: 'http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel7.repo', dest: '/etc/yum.repos.d/htcondor-stable-rhel7.repo' }
11
11
- { source: 'http://repository.egi.eu/community/software/preview.repository/2.0/releases/repofiles/centos-7-x86_64.repo', dest: '/etc/yum.repos.d/centos-7-x86_64.repo' }
30
30
template :
31
31
src : " {{ item.source }}"
32
32
dest : " {{ item.dest }}"
33
- loop :
33
+ with_items :
34
34
- { source: 'templates/condor_config', dest: '/etc/condor/condor_config' }
35
35
- { source: 'templates/get_proxy.py', dest: '/etc/condor/get_proxy.py' }
36
36
37
37
- name : copy job example
38
38
copy :
39
39
src : " {{ item.source }}"
40
40
dest : " {{ item.dest }}"
41
- loop :
41
+ with_items :
42
42
- { source: 'files/simple-job.sh', dest: '/opt/simple-job.sh' }
43
43
- { source: 'files/simple-job.sub', dest: '/opt/simple-job.sub' }
You can’t perform that action at this time.
0 commit comments