Przeglądaj źródła

[ANSIBLE0011] All tasks should be named

Jared Ledvina 7 lat temu
rodzic
commit
baa3c12ba7
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      tasks/main.yml

+ 2 - 1
tasks/main.yml

@@ -1,7 +1,8 @@
 ---
 # tasks/main.yml: "Master" playbook for the sensu.sensu role
 
-- include_vars: "{{ ansible_distribution }}.yml"
+- name: Include distribution specific variables
+  include_vars: "{{ ansible_distribution }}.yml"
 
 - include: "{{ role_path }}/tasks/{{ ansible_distribution }}/main.yml"
   tags: setup