diff options
author | Kevin Fenzi <kevin@scrye.com> | 2015-09-16 19:21:12 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2015-09-16 19:21:12 +0000 |
commit | ff2f78e808be1b3d87d1bc94f644171dda214fd8 (patch) | |
tree | a4c97638b40098267c113266b1205f1006bb3272 | |
parent | 8fbfffbd9a69b7f018a02fbb7fed3249caee3de3 (diff) | |
download | ansible-ff2f78e808be1b3d87d1bc94f644171dda214fd8.tar.gz ansible-ff2f78e808be1b3d87d1bc94f644171dda214fd8.tar.xz ansible-ff2f78e808be1b3d87d1bc94f644171dda214fd8.zip |
ok, I confused myself and had this right the first time.
-rw-r--r-- | roles/pkgdb2/files/fas2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/pkgdb2/files/fas2.py b/roles/pkgdb2/files/fas2.py index 908f14437..1ea2a1404 100644 --- a/roles/pkgdb2/files/fas2.py +++ b/roles/pkgdb2/files/fas2.py @@ -259,8 +259,8 @@ class AccountSystem(BaseClient): 149140: 'jdulaney@fedoraproject.org', # Niels de Vos: niels@nixpanic.net 102792: 'ndevos@redhat.com', - # Shawn Wells: swells@redhat.com - 156515: 'shawn@redhat.com', + # Shawn Wells: shawn@redhat.com + 156515: 'swells@redhat.com', } # A few people have an email account that is used in owners.list but # have setup a bugzilla account for their primary account system email |