10 lines
263 B
YAML
10 lines
263 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Load cmake-format configuration
|
|
ansible.builtin.include_tasks:
|
|
file: config/cmake-format.yml
|
|
|
|
- name: Append cmake-format to pkg_sys
|
|
ansible.builtin.set_fact:
|
|
pkg_sys: "{{ pkg_sys + cmake_format.pkgs }}"
|