Skip to content

Commit

Permalink
Merge pull request #12 from eengstrom/update-url
Browse files Browse the repository at this point in the history
update dehydrated URL
  • Loading branch information
azielke authored Apr 13, 2020
2 parents 389a289 + df357dd commit c70eb76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dehydrated_config_extra | Add arbitrary text to config |
dehydrated_run_on_changes | If dehydrated should run if the list of domains changed | yes
dehydrated_systemd_timer_onfailure | If set, an OnFailure-Directive will be added to the systemd unit |
dehydrated_cert_config | Override configuration for certificates | []
dehydrated_repo_url | Specify URL to git repository of dehydrated | https://github.com/lukas2511/dehydrated.git
dehydrated_repo_url | Specify URL to git repository of dehydrated | https://github.com/dehydrated-io/dehydrated.git
dehydrated_install_pip | Whether pip will be installed when using lexicon | yes
dehydrated_pip_package | Name of pip package | python3-pip if ansible is running on python3, otherwise python-pip
dehydrated_pip_executable | Name of pip executable to use | autodetected by pip module
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dehydrated_dependencies:
- git
- openssl
- curl
dehydrated_repo_url: https://github.com/lukas2511/dehydrated.git
dehydrated_repo_url: https://github.com/dehydrated-io/dehydrated.git
dehydrated_install_root: /opt/dehydrated
dehydrated_update: yes
dehydrated_version: HEAD
Expand Down

0 comments on commit c70eb76

Please sign in to comment.