Skip to content

Commit

Permalink
Update random_password.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytruman authored Feb 7, 2025
1 parent 9eb2c42 commit 7974dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/random_password.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# author: Tanay Shah
# source: https://github.com/tanay1307shah
# desc: This will generate a password that's 16-characters in length, and that contains a minimum of 1 each for lowercase, uppercase, numeral, and special characters. The 'override_special' option will allow you to define which special characters are to be used.
# desc: This will generate a password that's 16-characters in length, and which contain a minimum of 1 each for lowercase, uppercase, numeral, and special characters. The 'override_special' option will allow you to define which special characters are to be used.
---
- hosts: localhost

Expand Down

0 comments on commit 7974dbc

Please sign in to comment.