remove unused variables in restore role

This commit is contained in:
Christian M. Adams
2021-04-28 01:43:19 -04:00
parent b5c5a1722d
commit 36852cd5f5

View File

@@ -9,9 +9,4 @@ backup_pvc_namespace: ''
# Required: backup name, found on the awxbackup object
backup_dir: ''
# TODO: Is this necessary? User's will be able to use the rekey role
tower_admin_password_secret: "{{ deployment_name }}-admin-password"
tower_postgres_configuration_secret: "{{ deployment_name }}-postgres-configuration"
tower_secret_key_secret: "{{ deployment_name }}-secret-key"
tower_broadcast_websocket_secret: "{{ deployment_name }}-broadcast-websocket"