Skip to content

Commit

Permalink
Fix namespace typos
Browse files Browse the repository at this point in the history
Change-Id: I3be04a1613cfce63aa824068578a94e3eb2d4735
  • Loading branch information
dmendiza committed Sep 27, 2023
1 parent e301ee0 commit 8779341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tasks/rfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8779341

Please sign in to comment.