Files @ 7cabc17c71c3
Branch filter:

Location: majic-ansible-roles/roles/bootstrap/handlers/main.yml

branko
MAR-218: Quote all octal values in YAML files:

- Fixes linting errors, and ensures there is no ambiguity in case of
YAML specification changes.
1
2
3
4
5
---

- name: Dummy handler to suppress Ansible warnings
  debug:
    msg: "This is just a dummy task to suppress the Ansible warning about an empty include."