summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/rule-name-casing.yml
blob: 1b2efb84e042e155e32c2ecb88f7dae05e0160f8 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Fixture for src/ansiblelint/rules/name.py::test_rule_name_lowercase
  hosts: all
  tasks:
    - name: this task has a name is not correctly capitalized
      ansible.builtin.command: echo "Hello World"
      changed_when: false
    - name: 测试 should not trigger name[case] rule!
      ansible.builtin.command: echo "Hello World"
      changed_when: false