Missing dep and typo
This commit is contained in:
parent
f67a536db0
commit
1e7b394cc8
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
- dnf: name={{item}} state=present
|
- dnf: name={{item}} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- postfix
|
- postfix
|
||||||
|
- cronie
|
||||||
- nginx
|
- nginx
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
- postgresql-server
|
- postgresql-server
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
state: latest
|
state: latest
|
||||||
chdir: /home/taiga
|
chdir: /home/taiga
|
||||||
virtualenv: /home/taiga/venv
|
virtualenv: /home/taiga/venv
|
||||||
vitualenv_command: pyvenv
|
virtualenv_command: pyvenv
|
||||||
virtualenv_site_packages: yes
|
virtualenv_site_packages: yes
|
||||||
|
|
||||||
- name: install Gunicorn
|
- name: install Gunicorn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue