Browse Source

modified file for lint issue

Signed-off-by: Bhagyashree-shetty <Bhagyashree_Shetty@dellteam.com>
Bhagyashree-shetty 3 years ago
parent
commit
f210b31a7e

+ 1 - 0
control_plane/roles/control_plane_security/tasks/configure_sshd.yml

@@ -16,6 +16,7 @@
 - name: Check if AllowUsers entry exixts
   shell: cat "{{ sshd_conf_file }}"
   register: file_content
+  changed_when: false
 
 - name: Check if user is specified
   debug: