Ignore lint on few tasks

pull/40/head
Emilien Mantel 2019-04-26 11:26:42 +02:00
parent a8b062284e
commit fa51e3ce04
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@
register: nginx_version
changed_when: false
check_mode: no
tags:
- skip_ansible_lint
- name: SHELL | Get module list
shell: |
@ -21,6 +23,8 @@
register: shell_modules
changed_when: false
check_mode: no
tags:
- skip_ansible_lint
- name: SET_FACT | Save modules
set_fact:

View File

@ -520,3 +520,5 @@
executable: /bin/sh
changed_when: false
when: nginx_auto_config_httpv2 and 'http_v2' in nginx_modules
tags:
- skip_ansible_lint