79123868

Date: 2024-10-24 23:32:30
Score: 1.5
Natty:
Report link

adding tag 'always' resolved the issue

- name: get stats for apache node
  stat:
    path: "/etc/apache2/apache2.conf"
  register: apache_node
  tags: always

- name: get stats for nginx node
  stat:
    path: "/etc/nginx/nginx.conf"
  register: nginx_node
  tags: always

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: thovt