Ignore testing data for gitleaks (#82083)

pull/82085/head
Jordan Borean 8 months ago committed by GitHub
parent 9b78316687
commit f5a0c0dfc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,7 +92,7 @@
- name: add an yescrypt password for user
user:
name: ansibulluser
password: "$y$jCT$ZiF3ZV39/maUl9Lzt2Hk80$Ih6bI4OXU52OnWWqt3T1BAmVn8eH.4qlcP.8/NOjGN5"
password: "$y$jCT$ZiF3ZV39/maUl9Lzt2Hk80$Ih6bI4OXU52OnWWqt3T1BAmVn8eH.4qlcP.8/NOjGN5" #gitleaks:allow
state: present
update_password: always
register: test_user_encrypt6

Loading…
Cancel
Save