Skip to content

Commit

Permalink
Fixed a typo in linux_xrdp_keyboard role
Browse files Browse the repository at this point in the history
  • Loading branch information
AllRWeak committed Sep 5, 2024
1 parent cea2945 commit 1d6d443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nova/core/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: nova
name: core
version: 3.3.10
version: 3.3.12
readme: README.md
authors:
- https://github.com/novateams
Expand Down
3 changes: 2 additions & 1 deletion nova/core/roles/linux_xrdp_keyboard/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
# If other languages are needed then corresponding km-#.ini file is needed and xrdp_keyboard.ini needs to be updated
- name: Copying keymap(s) to kali...
- name: Copying keymap(s) to {{ inventory_hostname }}...
ansible.builtin.copy:
src: "{{ xrdp_keymap.src }}"
dest: "{{ xrdp_keymap.dest }}"
mode: "0644"
loop_control:
loop_var: xrdp_keymap
loop:
Expand Down

0 comments on commit 1d6d443

Please sign in to comment.