Add command to regenerate all ebooks.
This commit is contained in:
@@ -846,6 +846,12 @@
|
||||
unset OLD NEW
|
||||
}
|
||||
alias upgrade-debian="debian-upgrade"
|
||||
function_ebook_convert: |
|
||||
function ebook-convert {
|
||||
find ~/Code/ebook-* -name convert.sh -print -exec bash "{}" \;
|
||||
}
|
||||
alias ebooks="ebook-convert"
|
||||
alias convert="ebook-convert"
|
||||
|
||||
- name: General | Account Management | Users | Files | Common Variable
|
||||
set_fact:
|
||||
@@ -917,6 +923,7 @@
|
||||
{{ function_now }}
|
||||
{{ function_backup }}
|
||||
{{ function_debian_upgrade }}
|
||||
{{ function_ebook_convert }}
|
||||
|
||||
- name: General | Account Management | Users | Files | .bashrc
|
||||
blockinfile:
|
||||
|
Reference in New Issue
Block a user