Skip to content

Commit bc4eda8

Browse files
author
Isaac Kehle
committed
namespace update
1 parent 8cf84d9 commit bc4eda8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Paul Kehle
3+
Copyright (c) 2016-2022 Isaac Kehle
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Configure a system to use a Proxy Server
44

5-
Available on Ansible Galaxy: [pgkehle.proxy-setup](https://galaxy.ansible.com/pgkehle/proxy-setup)
5+
Available on Ansible Galaxy: [isaackehle.proxy-setup](https://galaxy.ansible.com/isaackehle/proxy-setup)
66

77
## Examples
88

@@ -15,7 +15,7 @@ Available on Ansible Galaxy: [pgkehle.proxy-setup](https://galaxy.ansible.com/pg
1515
port: 3128
1616

1717
roles:
18-
- pgkehle.proxy-setup
18+
- isaackehle.proxy-setup
1919
```
2020
2121
## Linting
@@ -31,8 +31,8 @@ MIT
3131

3232
## Author Information
3333

34-
Paul Kehle
35-
@pgkehle ([twitter](https://twitter.com/pgkehle), [github](https://github.com/pgkehle), [linkedin](https://www.linkedin.com/in/pgkehle))
34+
Isaac Kehle
35+
@isaackehle ([twitter](https://twitter.com/isaackehle), [github](https://github.com/isaackehle), [linkedin](https://www.linkedin.com/in/isaackehle))
3636

3737
### References
3838

meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
galaxy_info:
2-
author: Paul Kehle <twitter.com/pgkehle>
2+
author: Isaac Kehle <twitter.com/isaackehle>
33
description: Configure a system to use a Proxy Server
4-
company: pgkehle
4+
company: isaackehle
55
license: MIT
66
min_ansible_version: 2.4
77
platforms:

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "ansible-proxy-setup",
3-
"version": "1.0.9",
3+
"version": "2.0.0",
44
"description": "Configure a system to use a Proxy Server",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
77
"postversion": "git push && git push --tags"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/pgkehle/ansible-proxy-setup.git"
11+
"url": "git+https://github.com/isaackehle/ansible-proxy-setup.git"
1212
},
13-
"author": "Paul Kehle ([email protected])",
13+
"author": "Isaac Kehle ([email protected])",
1414
"license": "MIT",
1515
"bugs": {
16-
"url": "https://github.com/pgkehle/ansible-proxy-setup/issues"
16+
"url": "https://github.com/isaackehle/ansible-proxy-setup/issues"
1717
},
18-
"homepage": "https://github.com/pgkehle/ansible-proxy-setup#readme",
18+
"homepage": "https://github.com/isaackehle/ansible-proxy-setup#readme",
1919
"main": "tasks/main.yml",
2020
"keywords": [
2121
"ansible"

0 commit comments

Comments
 (0)