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