diff --git a/inventory/host_vars/carsharing.coop/config.yml b/inventory/host_vars/carsharing.coop/config.yml
index b8e3d750f1228fdac9de8725fd07fe93ee72c39d..b8eba9625b89f59029771e8e9754df11d1936b06 100644
--- a/inventory/host_vars/carsharing.coop/config.yml
+++ b/inventory/host_vars/carsharing.coop/config.yml
@@ -2,7 +2,7 @@
 system_administrators:
   - name: daniquilez
     ssh_key: "{{ inventory_dir }}/../pub_keys/daniquilez.pub"
-    state: present
+    state: absent
   - name: enrico
     ssh_key: "{{ inventory_dir }}/../pub_keys/enrico.pub"
     state: present
diff --git a/inventory/host_vars/test.carsharing.coop/config.yml b/inventory/host_vars/test.carsharing.coop/config.yml
index 0973ed3941be81d2022e8c85a96db5f97be3e773..272d64cdd1c5bb0c921d11a9a34e1c0fb568a8d7 100644
--- a/inventory/host_vars/test.carsharing.coop/config.yml
+++ b/inventory/host_vars/test.carsharing.coop/config.yml
@@ -2,7 +2,7 @@
 system_administrators:
   - name: daniquilez
     ssh_key: "{{ inventory_dir }}/../pub_keys/daniquilez.pub"
-    state: present
+    state: absent
   - name: enrico
     ssh_key: "{{ inventory_dir }}/../pub_keys/enrico.pub"
     state: present