Skip to content

Commit

Permalink
Merge pull request #972 from rusko124/snyk_vulnerabilities
Browse files Browse the repository at this point in the history
Update ansible to 2.7.1
  • Loading branch information
vpetersson committed Nov 28, 2018
2 parents 638e39a + acd8ea5 commit a0c512d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/install.sh
Expand Up @@ -89,7 +89,7 @@ sudo apt-get purge -y python-setuptools python-pip python-pyasn1
sudo apt-get install -y python-dev git-core libffi-dev libssl-dev
curl -s https://bootstrap.pypa.io/get-pip.py | sudo python

sudo pip install ansible==2.6.3
sudo pip install ansible==2.7.1

ansible localhost -m git -a "repo=${1:-https://github.com/screenly/screenly-ose.git} dest=/home/pi/screenly version=$BRANCH"
cd /home/pi/screenly/ansible
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
Mako==0.7.3
MarkupSafe==1.0
ansible==2.6.3
ansible==2.7.1
certifi==2018.4.16
cffi==1.7.0
click==6.7
Expand Down

0 comments on commit a0c512d

Please sign in to comment.