mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
update default pwgen method
This commit is contained in:
parent
17ea901798
commit
d51c5a9230
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ dotfiles__aliases:
|
|||
- { alias: "EDITOR", command: "/usr/bin/vim", color: false }
|
||||
- { alias: "VISUAL", command: "/usr/bin/gedit", color: false }
|
||||
- { alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull)'", color: false }
|
||||
- { alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous --symbols 95 1", color: false }
|
||||
- { alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false }
|
||||
|
||||
# enable bash completion
|
||||
dotfiles__bash_completion_enabled: true
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 2068 # should be increased integer
|
||||
playbook_version_number: 2069 # should be increased integer
|
||||
playbook_version_path: 'role_dotfiles_chaos-bodensee_github.version'
|
||||
|
|
Loading…
Reference in a new issue