소스 검색

modified file for lint issue

Signed-off-by: Bhagyashree-shetty <Bhagyashree_Shetty@dellteam.com>
Bhagyashree-shetty 3 년 전
부모
커밋
f210b31a7e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      control_plane/roles/control_plane_security/tasks/configure_sshd.yml

+ 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: