Skip to content

Commit

Permalink
chore: namespace update (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Kehle committed May 6, 2022
1 parent 4115112 commit d157087
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2017 Paul Kehle
Copyright (c) 2016-2022 Isaac Kehle

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Create, add and remove OpenSSH authorization keys

Available on Ansible Galaxy: [pgkehle.auth-key](https://galaxy.ansible.com/pgkehle/auth-key)
Available on Ansible Galaxy: [isaackehle.auth-key](https://galaxy.ansible.com/isaackehle/auth-key)

## Examples

```YAML
- hosts: all
roles:
- { role: pgkehle.auth-key, do_create: true, tags: ["create"] }
- { role: isaackehle.auth-key, do_create: true, tags: ["create"] }
```
## Linting
Expand All @@ -25,5 +25,5 @@ MIT

## Author Information

Paul Kehle
@pgkehle ([twitter](https://twitter.com/pgkehle), [github](https://github.com/pgkehle), [linkedin](https://www.linkedin.com/in/pgkehle))
Isaac Kehle
@isaackehle ([twitter](https://twitter.com/isaackehle), [github](https://github.com/isaackehle), [linkedin](https://www.linkedin.com/in/isaackehle))
12 changes: 6 additions & 6 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
galaxy_info:
author: Paul Kehle <twitter.com/pgkehle>
author: Isaac Kehle <twitter.com/isaackehle>
description: Create, add and remove OpenSSH authorization keys
company: pgkehle
company: isaackehle
license: MIT
min_ansible_version: 2.4
platforms:
- name: Ubuntu
versions:
- xenial
- name: Ubuntu
versions:
- xenial
galaxy_tags:
- system
- system
dependencies: []
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "ansible-auth-key",
"version": "1.0.10",
"version": "2.0.0",
"description": "Create, add and remove OpenSSH authorization keys",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgkehle/ansible-auth-key.git"
"url": "git+https://github.com/isaackehle/ansible-auth-key.git"
},
"author": "Paul Kehle (pgkehle@gmail.com)",
"author": "Isaac Kehle (isaac@kehle.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pgkehle/ansible-auth-key/issues"
"url": "https://github.com/isaackehle/ansible-auth-key/issues"
},
"homepage": "https://github.com/pgkehle/ansible-auth-key#readme",
"homepage": "https://github.com/isaackehle/ansible-auth-key#readme",
"main": "tasks/main.yml",
"keywords": [
"ansible"
Expand Down

0 comments on commit d157087

Please sign in to comment.