From 2015835759b1ace1861d679f14dd63f813480e0d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 10 Aug 2017 11:42:38 -0400 Subject: [PATCH] updated author with github id --- lib/ansible/modules/cloud/packet/packet_device.py | 5 ++++- lib/ansible/modules/cloud/packet/packet_sshkey.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/packet/packet_device.py b/lib/ansible/modules/cloud/packet/packet_device.py index 5dd20fd6b98..6e5d75e23b7 100644 --- a/lib/ansible/modules/cloud/packet/packet_device.py +++ b/lib/ansible/modules/cloud/packet/packet_device.py @@ -27,7 +27,10 @@ description: version_added: 2.3 -author: Tomas Karasek , Matt Baldwin , Thibaud Morel l'Horset +author: + - Tomas Karasek (@t0mk) + - Matt Baldwin + - Thibaud Morel l'Horset options: auth_token: diff --git a/lib/ansible/modules/cloud/packet/packet_sshkey.py b/lib/ansible/modules/cloud/packet/packet_sshkey.py index 91c2d915f24..3bf89e29f35 100644 --- a/lib/ansible/modules/cloud/packet/packet_sshkey.py +++ b/lib/ansible/modules/cloud/packet/packet_sshkey.py @@ -19,7 +19,7 @@ description: - Create/delete an SSH key in Packet host. - API is documented at U(https://www.packet.net/help/api/#page:ssh-keys,header:ssh-keys-ssh-keys-post). version_added: "2.3" -author: "Tomas Karasek " +author: "Tomas Karasek (@t0mk) " options: state: description: