Fix namespace typos
Change-Id: I3be04a1613cfce63aa824068578a94e3eb2d4735
This commit is contained in:
parent
e301ee0df1
commit
87793418c7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user