Skip to content

Commit c2aa8ca

Browse files
committed
typo2 and jq
1 parent 82c4081 commit c2aa8ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- wn
2828
- condor-all-8.8.2-1.el7
2929
- ca_DODAS-TTS
30+
- jq
3031
state: present
3132

3233
- name: Compile condor client config and utilities

templates/get_proxy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ access_token=$(echo $result | jq -r .access_token)
4343
echo "export TOKEN=\"${access_token}\""
4444
export TOKEN="${access_token}"
4545

46-
python /home/censtos/get_proxy.py
46+
python /home/centos/get_proxy.py

0 commit comments

Comments
 (0)