Skip to content

Commit

Permalink
cosmetics (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnmvisser authored Jul 17, 2023
1 parent 572ad23 commit d00a60f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/account_enable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
- current_user.home is defined


- name: Include tasks for our custom parameters
- name: "Include custom parameters tasks for user {{ account.name }}"
include_tasks: "{{ param }}.yml"
with_items: "{{ account.keys() | list | intersect(_our_params) }}"
loop: "{{ account.keys() | list | intersect(_our_params) }}"
loop_control:
loop_var: param
2 changes: 1 addition & 1 deletion tasks/ssh_authorized_keys.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Ensure SSH multi command wrapper script is available
- name: "Ensure SSH multi command wrapper script is available for user {{ account.name }}"
template:
src: allowed_commands.sh.j2
dest: "{{ current_user.home }}/.ssh/allowed_commands.sh"
Expand Down

0 comments on commit d00a60f

Please sign in to comment.