name: Check nginx config
command: /usr/sbin/nginx -t
register: nginx_check
ignore_errors: True
- name: Revert config if needed
command: git reset --hard {{ latestcommit.stdout }} chdir=/etc/nginx/
when: nginx_check|failed
работала
теперь (v2.9) выдает во такое
"msg": "The conditional check 'nginx_check|failed' failed. The error was: template error while templating string: no filter named 'failed'. String: {% if nginx_check|failed %} True {% else %} False {% endif %}
что там поломали? )
2.6 давно деприкейтнули. Доброе утро!
nginx_check.failed
Обсуждают сегодня