diff --git a/vars/main.yml b/vars/main.yml
index 6e879a5fe461799e3839d29d8e4484d36a92e416..f3cbf9c5d5c9cd901951847f1e26ae5f51ae92bc 100644
--- a/vars/main.yml
+++ b/vars/main.yml
@@ -21,13 +21,12 @@ icinga_gpg_url: https://packages.icinga.com/icinga.key
 
 # Get the sha256 checksum using the following command
 # wget -q https://packages.icinga.com/icinga.key -O - | sha256sum - | awk '{ print $1 }' | sed 's/^/"sha256:/' | sed 's/$/"/'
-icinga_gpg_checksum: "sha256:be677e07972ed57b99ffc2fd211379ac11b9c6a7c8d9460086b447b96b0a82bb"
+icinga_gpg_checksum: "sha256:e2b9301181fcc3cd555323cafbecfcd8764f47e06e14e0128f172c544bbb619f"
 
 # Get the gpg fingerprints using the following command
 # wget -q https://packages.icinga.com/icinga.key -O - | gpg --with-colons --show-keys - | grep ^fpr | sed 's/^fpr//' | sed 's/://g' | sed 's/^/  - /'
 icinga_gpg_fingerprints:
-  - F51A91A5EE001AA5D77D53C4C6E319C334410682
-  - DDD216B1814A964705828E45146117B313F2C675
+  - DD3AF6198ED000B4C0B73956CC116F55AA7F2382
 
 # Packages available will vary between distros, you can get the packages installed from this repo using
 # aptitude search "?origin (icinga) ?installed"