Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Baker committed Feb 21, 2019
1 parent d10d2be commit 00e03cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion menu/dependency/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- name: Install Common Packages (Takes Awhile)
apt: "name={{item}} state=present"
with_items:
- docker-ce
- fuse
- nano
- fail2ban
Expand Down Expand Up @@ -99,6 +98,7 @@
- pyOpenSSL
- requests
- netaddr
- docker
- ansible
state: latest
executable: pip3
Expand All @@ -111,6 +111,7 @@
- pyOpenSSL
- requests
- netaddr
- docker
- ansible
state: latest
executable: pip2
3 changes: 2 additions & 1 deletion menu/dependency/dependencydeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- name: Install Common Packages (Takes Awhile)
apt: "name={{item}} state=present"
with_items:
- docker-ce
- fuse
- nano
- fail2ban
Expand Down Expand Up @@ -95,6 +94,7 @@
- pyOpenSSL
- requests
- netaddr
- lxml
- ansible
state: latest
executable: pip3
Expand All @@ -107,6 +107,7 @@
- pyOpenSSL
- requests
- netaddr
- lxml
- ansible
state: latest
executable: pip2
4 changes: 2 additions & 2 deletions menu/functions/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ updateprime() {
echo "11" > ${abc}/pg.aptupdate
echo "150" > ${abc}/pg.preinstall
echo "22" > ${abc}/pg.folders
echo "12" > ${abc}/pg.dockerinstall
echo "13" > ${abc}/pg.dockerinstall
echo "15" > ${abc}/pg.server
echo "1" > ${abc}/pg.serverid
echo "28" > ${abc}/pg.dependency
echo "29" > ${abc}/pg.dependency
echo "11" > ${abc}/pg.docstart
echo "2" > ${abc}/pg.motd
echo "108" > ${abc}/pg.alias
Expand Down

0 comments on commit 00e03cd

Please sign in to comment.