1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Ansible output tuning

This commit is contained in:
A Holt 2017-11-13 18:28:31 -05:00 committed by GitHub
parent a50b6ead18
commit 29236cb837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
- name: Get Calibre setup file
- name: Get Calibre setup file (CentOS)
# the installer works for intel fedora, and Centos, and deals with dependencies
get_url:
url="{{ calibre_src_url }}"
@ -32,7 +32,7 @@
- { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'}
when: calibre_install
- name: Create the link for sites-enabled
- name: Create the link for sites-enabled (debuntu)
file: src=/etc/apache2/sites-available/calibre.conf
dest=/etc/apache2/sites-enabled/calibre.conf
state=link