This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
ansible fix for CentOS repo
pull/1943/head
Greg Szabo
8 years ago
parent
78ddcc08e1
commit
a789923d73
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ansible/roles/install/tasks/centos.yml
+ 1
- 1
ansible/roles/install/tasks/centos.yml
View File
@ -21,5 +21,5 @@
-
name
:
Install package on CentOS/RedHat
when
:
ansible_os_family == "RedHat"
yum
:
"pkg={{service}}"
yum
:
"pkg={{service}}
update_cache=yes
"
Write
Preview
Loading…
Cancel
Save