Browse Source

No need for letsencrypt.yml to ensure Apache is running.

Carl Meyer 8 years ago
parent
commit
a343509129
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      roles/common/tasks/letsencrypt.yml

+ 0
- 3
roles/common/tasks/letsencrypt.yml View File

83
   when: ansible_ssh_user == "vagrant"
83
   when: ansible_ssh_user == "vagrant"
84
 
84
 
85
 ### Back to normal
85
 ### Back to normal
86
-
87
-- name: Start Apache
88
-  service: name=apache2 state=started

Loading…
Cancel
Save