mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Ansible output tuning
This commit is contained in:
parent
a50b6ead18
commit
29236cb837
1 changed files with 2 additions and 2 deletions
|
@ -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
|
# the installer works for intel fedora, and Centos, and deals with dependencies
|
||||||
get_url:
|
get_url:
|
||||||
url="{{ calibre_src_url }}"
|
url="{{ calibre_src_url }}"
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
- { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'}
|
- { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'}
|
||||||
when: calibre_install
|
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
|
file: src=/etc/apache2/sites-available/calibre.conf
|
||||||
dest=/etc/apache2/sites-enabled/calibre.conf
|
dest=/etc/apache2/sites-enabled/calibre.conf
|
||||||
state=link
|
state=link
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue