Update pgstage.yml

This commit is contained in:
MrDoobPG
2019-08-23 18:36:53 +02:00
parent 6e84d69833
commit 06c4e5b75d

View File

@@ -2,9 +2,8 @@
- hosts: localhost
gather_facts: false
tasks:
- name: 'Cloning PGBlitz'
- name: 'Cloning PTS'
git:
repo: 'https://github.com/PGBlitz/Install'
repo: 'https://github.com/MrDoobPG/Install'
dest: '/opt/pgstage'
version: 'v8.5'
force: yes