Skip to content

Commit 1349b75

Browse files
authored
Remove deprecated warn. parameter (#2)
1 parent 34d2ad9 commit 1349b75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tasks/snipeit_install.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
shell: curl -sS https://getcomposer.org/installer | php
3838
args:
3939
chdir: "{{ snipe_install_dir }}"
40-
warn: no
4140
executable: /bin/bash
4241
creates: "{{ snipe_install_dir }}/composer.phar"
4342
become: true
@@ -47,7 +46,6 @@
4746
args:
4847
chdir: "{{ snipe_install_dir }}"
4948
creates: "{{ snipe_install_dir }}/vendor"
50-
warn: no
5149
environment:
5250
COMPOSER_ALLOW_SUPERUSER: 1
5351
become: true
@@ -56,7 +54,6 @@
5654
command: php artisan config:clear
5755
args:
5856
chdir: "{{ snipe_install_dir }}"
59-
warn: no
6057
become: true
6158

6259
- name: Snipe install | Copy updated nginx site config

0 commit comments

Comments
 (0)