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
|
# the installer works for intel fedora, and Centos, and deals with dependencies
|
||||||
get_url:
|
get_url:
|
||||||
url="{{ calibre_src_url }}"
|
url="{{ calibre_src_url }}"
|
||||||
|
@ -6,13 +6,13 @@
|
||||||
mode=0755
|
mode=0755
|
||||||
when: ansible_distribution == "CentOS"
|
when: ansible_distribution == "CentOS"
|
||||||
|
|
||||||
- name: Install calibre
|
- name: Install Calibre
|
||||||
shell: "{{ downloads_dir }}/calibre-installer.py >> /dev/null"
|
shell: "{{ downloads_dir }}/calibre-installer.py >> /dev/null"
|
||||||
args:
|
args:
|
||||||
creates: /usr/bin/calibre-uninstall
|
creates: /usr/bin/calibre-uninstall
|
||||||
when: calibre_install and ansible_distribution == 'CentOS'
|
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
|
# the fedora rpm arm version, though older, takes care of dependencies, and exists
|
||||||
package: name={{ item }}
|
package: name={{ item }}
|
||||||
state=present
|
state=present
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
- calibre
|
- calibre
|
||||||
when: calibre_install and ansible_distribution != 'CentOS'
|
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
|
template: backup=no
|
||||||
src={{ item.src }}
|
src={{ item.src }}
|
||||||
dest={{ item.dest }}
|
dest={{ item.dest }}
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
state=stopped
|
state=stopped
|
||||||
when: not calibre_enabled
|
when: not calibre_enabled
|
||||||
|
|
||||||
- name: Add calibre to service list
|
- name: Add Calibre to service list
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file: dest='{{ service_filelist }}'
|
||||||
section=calibre
|
section=calibre
|
||||||
option='{{ item.option }}'
|
option='{{ item.option }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue