diff --git a/.ansible-lint b/.ansible-lint index f3c1090..195bd18 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,3 +1,4 @@ skip_list: + - '306' - '405' - '503' diff --git a/molecule/default/playbook.yml b/molecule/default/playbook.yml index e71a940..9ca5021 100644 --- a/molecule/default/playbook.yml +++ b/molecule/default/playbook.yml @@ -59,7 +59,5 @@ post_tasks: - name: Confirm PHP configuration is correct. - shell: | - set -o pipefail - php -i | grep 'memory_limit.*192' + shell: php -i | grep 'memory_limit.*192' changed_when: false