From 387e3aab4be6e3b25ad570723992ee217b6de7c6 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 8 Jul 2020 07:21:27 -0500 Subject: [PATCH] trivial: spell out otp While otp is common language for folks who work regularly with identity systems, we could be more clear for a wider audience. Update the registration task name to spell out password. Change-Id: I6c9e7fc93832c3ea0a02cf19a8c4d210b7b3d0b6 --- tripleo_ipa/roles/tripleo_ipa_registration/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo_ipa/roles/tripleo_ipa_registration/tasks/main.yml b/tripleo_ipa/roles/tripleo_ipa_registration/tasks/main.yml index 69d1d02..c6eaf34 100644 --- a/tripleo_ipa/roles/tripleo_ipa_registration/tasks/main.yml +++ b/tripleo_ipa/roles/tripleo_ipa_registration/tasks/main.yml @@ -49,7 +49,7 @@ fqdn: "{{ base_server_fqdn }}" state: absent - - name: add new host with random otp + - name: add new host with random one-time password ipa_host: fqdn: "{{ base_server_fqdn }}" random_password: true