Skip to content

Commit

Permalink
removing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Jun 11, 2023
1 parent 64eecaa commit ab2b4b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/kvmhost_setup/tasks/configure_remote_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
update_password: always
register: passwd_status

- name: Debug password change
ansible.builtin.debug:
msg: "Password changed for remote user"
when: passwd_status.stdout != xrdp_remote_user
no_log: true

- name: Add remote user to wheel group
ansible.builtin.user:
name: "{{ xrdp_remote_user }}"
Expand Down

0 comments on commit ab2b4b4

Please sign in to comment.