瀏覽代碼

Fix yamllint issues

--> Executing Yamllint on files found in /home/travis/build/sensu/sensu-ansible/...
    /home/travis/build/sensu/sensu-ansible/tasks/Fedora/rabbit.yml
      39:43     warning  too few spaces before comment  (comments)

    /home/travis/build/sensu/sensu-ansible/tasks/CentOS/rabbit.yml
      39:43     warning  too few spaces before comment  (comments)

    /home/travis/build/sensu/sensu-ansible/tasks/Amazon/rabbit.yml
      39:43     warning  too few spaces before comment  (comments)
Michael Porter 6 年之前
父節點
當前提交
0f42895634
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      tasks/Amazon/rabbit.yml
  2. 1 1
      tasks/CentOS/rabbit.yml
  3. 1 1
      tasks/Fedora/rabbit.yml

+ 1 - 1
tasks/Amazon/rabbit.yml

@@ -36,7 +36,7 @@
 
 # HACK: https://github.com/ansible/ansible/issues/20711#issuecomment-306260869
 # Can be removed once we're running w/ a version of Ansible that has https://github.com/ansible/ansible/pull/35989
-- name: Make yum cache to import GPG keys # noqa 503 - Order really matters here and flush handlers is too much for this
+- name: Make yum cache to import GPG keys  # noqa 503 - Order really matters here and flush handlers is too much for this
   tags: rabbitmq
   command: "yum -q makecache -y --disablerepo='*' --enablerepo='{{ item }}'"
   args:

+ 1 - 1
tasks/CentOS/rabbit.yml

@@ -36,7 +36,7 @@
 
 # HACK: https://github.com/ansible/ansible/issues/20711#issuecomment-306260869
 # Can be removed once we're running w/ a version of Ansible that has https://github.com/ansible/ansible/pull/35989
-- name: Make yum cache to import GPG keys # noqa 503 - Order really matters here and flush handlers is too much for this
+- name: Make yum cache to import GPG keys0  # noqa 503 - Order really matters here and flush handlers is too much for this
   tags: rabbitmq
   command: "yum -q makecache -y --disablerepo='*' --enablerepo='{{ item }}'"
   args:

+ 1 - 1
tasks/Fedora/rabbit.yml

@@ -36,7 +36,7 @@
 
 # HACK: https://github.com/ansible/ansible/issues/20711#issuecomment-306260869
 # Can be removed once we're running w/ a version of Ansible that has https://github.com/ansible/ansible/pull/35989
-- name: Make yum cache to import GPG keys # noqa 503 - Order really matters here and flush handlers is too much for this
+- name: Make yum cache to import GPG keys  # noqa 503 - Order really matters here and flush handlers is too much for this
   tags: rabbitmq
   command: "yum -q makecache -y --disablerepo='*' --enablerepo='{{ item }}'"
   args: