Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4c4e8f6b
authored
Sep 02, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updated to enable epel repo before instaling ansible
parent
5c1cc678
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
sails/install.sh
sails/install.sh
View file @
4c4e8f6b
...
...
@@ -10,7 +10,7 @@ if [ -e "/usr/bin/apt-get" ]; then
elif
[
-e
"/usr/bin/yum"
]
;
then
echo
"-- Installing using yum"
sudo
yum
-y
install epel-release
sudo
yum
-y
install ansible
sudo
yum
-y
install ansible
--enablerepo
=
epel
else
echo
"XX Cannot install ansible"
exit
...
...
@@ -30,4 +30,4 @@ elif [ -e "/home/vagrant/sync/playbook.yml" ]; then
else
echo
"XX Playbook not found, provision not finished"
exit
fi
fi
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment