mirror of
https://github.com/shouptech/ansible-role-nextcloud.git
synced 2026-02-03 15:09:42 +00:00
Remove unnecessary indentation
This commit is contained in:
parent
77526893c7
commit
9bd70fdceb
1 changed files with 16 additions and 16 deletions
|
|
@ -22,22 +22,22 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- bzip2
|
- bzip2
|
||||||
- mod_php71u
|
- mod_php71u
|
||||||
- php71u-cli
|
- php71u-cli
|
||||||
- php71u-gd
|
- php71u-gd
|
||||||
- php71u-json
|
- php71u-json
|
||||||
- php71u-mbstring
|
- php71u-mbstring
|
||||||
- php71u-mysqlnd
|
- php71u-mysqlnd
|
||||||
- php71u-pgsql
|
- php71u-pgsql
|
||||||
- php71u-intl
|
- php71u-intl
|
||||||
- php71u-mcrypt
|
- php71u-mcrypt
|
||||||
- php71u-gmp
|
- php71u-gmp
|
||||||
- php71u-pecl-memcached
|
- php71u-pecl-memcached
|
||||||
- php71u-pecl-redis
|
- php71u-pecl-redis
|
||||||
- php71u-pecl-apcu
|
- php71u-pecl-apcu
|
||||||
- php71u-pecl-imagick
|
- php71u-pecl-imagick
|
||||||
|
|
||||||
- name: check nextcloud installed
|
- name: check nextcloud installed
|
||||||
stat:
|
stat:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue