asciidoctor installation and showtitle
This commit is contained in:
parent
60d1b51f41
commit
4c176206e3
3 changed files with 23 additions and 2 deletions
|
@ -11,6 +11,8 @@
|
|||
- gnutls-utils
|
||||
- py3-openssl
|
||||
- gitea
|
||||
- ruby
|
||||
- ruby-dev
|
||||
|
||||
- name: apt-based
|
||||
when: '"apt" == ansible_pkg_mgr|lower'
|
||||
|
@ -24,6 +26,8 @@
|
|||
- nginx
|
||||
- gnutls-bin
|
||||
- python-openssl
|
||||
- ruby
|
||||
- ruby-dev
|
||||
- name: create git-group
|
||||
group:
|
||||
name: git
|
||||
|
@ -72,6 +76,10 @@
|
|||
remote_src: yes
|
||||
mode: 0755
|
||||
|
||||
- name: install asciidoctor
|
||||
gem:
|
||||
name: asciidoctor
|
||||
|
||||
- name: install gitea-service for systemd
|
||||
when: ansible_service_mgr == "systemd"
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue