Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
packetpimp3 committed Nov 23, 2019
1 parent 2140549 commit 740c2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -63,7 +63,7 @@ install-py3.6: ## Install Python3.6
@echo "[*] Installing Py3.6."
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt update
sudo apt install python3.6 python3-pip
sudo apt install python3.6 python3-pip python3.6-dev
sudo -H pip3 install --upgrade pip
curl https://bootstrap.pypa.io/get-pip.py | sudo -H python3.6

Expand Down
2 changes: 1 addition & 1 deletion ansible/playbooks/extract_facts.yml
Expand Up @@ -12,7 +12,7 @@

- name: Setup connection to Batfish service
bf_session:
host: 172.29.236.139
host: 172.29.236.139:8888
name: batfish_endpoint
parameters:
ssl: true
Expand Down

0 comments on commit 740c2a1

Please sign in to comment.