mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
fix Calibre spelling typos during Ansible runs
This commit is contained in:
parent
4f5ec7ea55
commit
0883c09cf0
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Get calibre setup file
|
||||
- name: Get Calibre setup file
|
||||
# the installer works for intel fedora, and Centos, and deals with dependencies
|
||||
get_url:
|
||||
url="{{ calibre_src_url }}"
|
||||
|
@ -6,13 +6,13 @@
|
|||
mode=0755
|
||||
when: ansible_distribution == "CentOS"
|
||||
|
||||
- name: Install calibre
|
||||
- name: Install Calibre
|
||||
shell: "{{ downloads_dir }}/calibre-installer.py >> /dev/null"
|
||||
args:
|
||||
creates: /usr/bin/calibre-uninstall
|
||||
when: calibre_install and ansible_distribution == 'CentOS'
|
||||
|
||||
- name: Install Caibre rpms
|
||||
- name: Install Calibre rpms
|
||||
# the fedora rpm arm version, though older, takes care of dependencies, and exists
|
||||
package: name={{ item }}
|
||||
state=present
|
||||
|
@ -20,7 +20,7 @@
|
|||
- calibre
|
||||
when: calibre_install and ansible_distribution != 'CentOS'
|
||||
|
||||
- name: Create calibre service(s) and support scripts
|
||||
- name: Create Calibre service(s) and support scripts
|
||||
template: backup=no
|
||||
src={{ item.src }}
|
||||
dest={{ item.dest }}
|
||||
|
@ -52,7 +52,7 @@
|
|||
state=stopped
|
||||
when: not calibre_enabled
|
||||
|
||||
- name: Add calibre to service list
|
||||
- name: Add Calibre to service list
|
||||
ini_file: dest='{{ service_filelist }}'
|
||||
section=calibre
|
||||
option='{{ item.option }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue