Cleanup upgrade to ssh_keypairs step

We have migrated to usage of ssh_keypairs role a while ago and we
can remove old migration clean-up task.

Change-Id: I2c73f087b48fd3e664e0b339f2fb2b77b208f6c5
This commit is contained in:
Dmitriy Rabotyagov 2023-10-19 10:43:21 +02:00
parent 6976701fc4
commit bb62cf36c6
1 changed files with 0 additions and 6 deletions

View File

@ -37,9 +37,3 @@
ssh_keypairs_principals: "{{ keystone_ssh_keypairs_principals }}"
tags:
- always
# TODO (jrosser) Remove this task for the Z release
- name: Remove legacy authorized keys file
file:
path: "{{ keystone_system_user_name }}/.ssh/authorized_keys"
state: absent