7 lines
165 B
YAML
7 lines
165 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Set cmake-format config
|
|
ansible.builtin.set_fact:
|
|
cmake_format:
|
|
pkgs: "{{ pkgconfig.cmake_format.pkgs }}"
|