Remove white space at end of file

certbot_on_virtu
Alexandre Iooss 2019-06-10 00:10:54 +02:00
parent b57ac2d922
commit 1d05d4ce8a
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@
path: "{{ service_path }}" path: "{{ service_path }}"
state: directory state: directory
owner: "{{ service_user }}" owner: "{{ service_user }}"
recurse: yes recurse: true
# composer install # composer install
# become: true # become: true
@ -33,4 +33,3 @@
# cd framadate # cd framadate
# sudo -u www-data touch admin/stdout.log # sudo -u www-data touch admin/stdout.log
# sudo chmod 600 admin/stdout.log # sudo chmod 600 admin/stdout.log