diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-11 17:24:28 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-11 17:24:28 +0000 |
commit | a24fad922275809d076876f5f3d0d4c4dcbc1605 (patch) | |
tree | 4b526a8c2b18401cc3838a0b3812c685ef66a73a | |
parent | e984fe3c4f24aafdc663617d2ca043184d50bc60 (diff) | |
download | ansible-a24fad922275809d076876f5f3d0d4c4dcbc1605.tar.gz ansible-a24fad922275809d076876f5f3d0d4c4dcbc1605.tar.xz ansible-a24fad922275809d076876f5f3d0d4c4dcbc1605.zip |
fix comment
-rw-r--r-- | playbooks/include/proxies-fedorahosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/include/proxies-fedorahosted.yml b/playbooks/include/proxies-fedorahosted.yml index e96c08799..cc1c9d123 100644 --- a/playbooks/include/proxies-fedorahosted.yml +++ b/playbooks/include/proxies-fedorahosted.yml @@ -15,6 +15,6 @@ - name: install special fedorahosted-redirects.conf with fedorahosted redirects copy: src={{ files }}/httpd/fedorahosted-redirects.conf dest=/etc/httpd/conf.d/fedorahosted.org/fedorahosted-redirects.conf - - name: install special git.fedorahosted-redirects.conf with letsencrypt info + - name: install special git.fedorahosted-redirects.conf with git.fedorahosted redirects copy: src={{ files }}/httpd/git.fedorahosted-redirects.conf dest=/etc/httpd/conf.d/git.fedorahosted.org/fedorahosted-redirects.conf |