fix cmake_format

This commit is contained in:
Matthew Stobbs
2025-03-27 20:01:00 -06:00
parent 0c93705be2
commit 42bdc2a6df
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
---
- name: Add cmake-format
when:
- cmake-format_configured is undefined
- cmake_format_configured is undefined
block:
- name: Load cmake-format configuration
ansible.builtin.include_tasks:
@@ -10,8 +10,8 @@
- name: Append cmake-format to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + cmake-format.pkgs }}"
pkg_sys: "{{ pkg_sys + cmake_format.pkgs }}"
- name: Set cmake-format_configured
ansible.builtin.set_fact:
cmake-format_configured: true
cmake_format_configured: true

View File

@@ -2,5 +2,5 @@
---
- name: Set cmake-format config
ansible.builtin.set_fact:
cmake-format:
pkgs: "{{ pkgconfig.cmake-format.pkgs }}"
cmake_format:
pkgs: "{{ pkgconfig.cmake_format.pkgs }}"

View File

@@ -1,5 +1,5 @@
# vim: set filetype=yaml.ansible :
---
cmake-format:
cmake_format:
pkgs:
- cmake-format