Skip to content

Commit

Permalink
fix: transfer ownership from popstas to viasite
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 2, 2017
1 parent b9fc8a5 commit 63387ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ansible-role-server-scripts
Install [popstas/server-scripts](https://github.com/popstas/server-scripts).
Install [viasite/server-scripts](https://github.com/popstas/server-scripts).

## Required variables:
- server_scripts_mailto
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
galaxy_info:
author: Stanislav Popov
company: Viasite
description: Install popstas/server-scripts
description: Install viasite/server-scripts
license: MIT
min_ansible_version: 1.8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- name: Sync server-scripts
git:
repo: https://github.com/popstas/server-scripts.git
repo: https://github.com/viasite/server-scripts.git
version: "{{ server_scripts_version }}"
dest: "{{ server_scripts_install_path }}"
force: yes
Expand Down

0 comments on commit 63387ea

Please sign in to comment.