From 5741f24aa92825919978572a55e0cf2d54f88770 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 21:47:20 +0100 Subject: [PATCH] Fix indentation in docs. (#364) (#365) (cherry picked from commit f3e431912d19e2840f9d94369a6a9fac02bf6ec6) Co-authored-by: Felix Fontein --- plugins/modules/acme_account_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/acme_account_info.py b/plugins/modules/acme_account_info.py index c24aae8d..b48231d7 100644 --- a/plugins/modules/acme_account_info.py +++ b/plugins/modules/acme_account_info.py @@ -54,7 +54,7 @@ EXAMPLES = ''' - name: Check whether an account with the given account key exists community.crypto.acme_account_info: account_key_src: /etc/pki/cert/private/account.key - register: account_data + register: account_data - name: Verify that account exists assert: that: @@ -70,7 +70,7 @@ EXAMPLES = ''' acme_account_info: account_key_content: "{{ acme_account_key }}" account_uri: "{{ acme_account_uri }}" - register: account_data + register: account_data - name: Verify that account exists assert: that: