Ansible Lint fixes.

This commit is contained in:
Jeff Geerling 2019-03-24 10:07:07 -05:00
parent 705852b851
commit bf000f5535
4 changed files with 6 additions and 9 deletions

3
.ansible-lint Normal file
View File

@ -0,0 +1,3 @@
skip_list:
- '306'
- '503'

View File

@ -20,7 +20,5 @@
post_tasks:
- name: Confirm PHP version is correct.
shell: |
set -o pipefail
php -v | grep -F '{{ php_version }}'
shell: php -v | grep -F '{{ php_version }}'
changed_when: false

View File

@ -20,7 +20,5 @@
post_tasks:
- name: Confirm PHP version is correct.
shell: |
set -o pipefail
php -v | grep -F '{{ php_version }}'
shell: php -v | grep -F '{{ php_version }}'
changed_when: false

View File

@ -20,7 +20,5 @@
post_tasks:
- name: Confirm PHP version is correct.
shell: |
set -o pipefail
php -v | grep -F '{{ php_version }}'
shell: php -v | grep -F '{{ php_version }}'
changed_when: false