From 87793418c74ab48cffab0f51dc072e588869b453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Wed, 27 Sep 2023 13:48:07 -0400 Subject: [PATCH] Fix namespace typos Change-Id: I3be04a1613cfce63aa824068578a94e3eb2d4735 --- tasks/client.yaml | 2 +- tasks/rfs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/client.yaml b/tasks/client.yaml index a6cd5d2..38b8b23 100644 --- a/tasks/client.yaml +++ b/tasks/client.yaml @@ -59,7 +59,7 @@ when: not st.stat.exists - name: Run installer - ansbile.builtin.shell: set -o pipefail && echo "1" | /opt/nfast/sbin/install + ansible.builtin.shell: set -o pipefail && echo "1" | /opt/nfast/sbin/install args: creates: /opt/nfast/kmdata diff --git a/tasks/rfs.yaml b/tasks/rfs.yaml index b3cfb60..b19d4e8 100644 --- a/tasks/rfs.yaml +++ b/tasks/rfs.yaml @@ -2,7 +2,7 @@ # This role adds a new IP address to the RFS conf file - name: Add client ips to hsms - ansbile.builtin.include_tasks: rfs_register_client.yaml + ansible.builtin.include_tasks: rfs_register_client.yaml loop: "{{ nshield_hsms }}" - name: Allow bootstrap server to update the RFS server