mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Missing dep and typo
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
- dnf: name={{item}} state=present
|
||||
with_items:
|
||||
- postfix
|
||||
|
||||
- cronie
|
||||
- nginx
|
||||
- libsemanage-python
|
||||
- postgresql-server
|
||||
@@ -111,7 +111,7 @@
|
||||
state: latest
|
||||
chdir: /home/taiga
|
||||
virtualenv: /home/taiga/venv
|
||||
vitualenv_command: pyvenv
|
||||
virtualenv_command: pyvenv
|
||||
virtualenv_site_packages: yes
|
||||
|
||||
- name: install Gunicorn
|
||||
|
||||
Reference in New Issue
Block a user