Fix namespace typos

Change-Id: I3be04a1613cfce63aa824068578a94e3eb2d4735
This commit is contained in:
Douglas Mendizábal 2023-09-27 13:48:07 -04:00
parent e301ee0df1
commit 87793418c7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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