fix cmake_format
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
- name: Add cmake-format
|
- name: Add cmake-format
|
||||||
when:
|
when:
|
||||||
- cmake-format_configured is undefined
|
- cmake_format_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Load cmake-format configuration
|
- name: Load cmake-format configuration
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
@@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
- name: Append cmake-format to pkg_sys
|
- name: Append cmake-format to pkg_sys
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_sys: "{{ pkg_sys + cmake-format.pkgs }}"
|
pkg_sys: "{{ pkg_sys + cmake_format.pkgs }}"
|
||||||
|
|
||||||
- name: Set cmake-format_configured
|
- name: Set cmake-format_configured
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
cmake-format_configured: true
|
cmake_format_configured: true
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
---
|
---
|
||||||
- name: Set cmake-format config
|
- name: Set cmake-format config
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
cmake-format:
|
cmake_format:
|
||||||
pkgs: "{{ pkgconfig.cmake-format.pkgs }}"
|
pkgs: "{{ pkgconfig.cmake_format.pkgs }}"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# vim: set filetype=yaml.ansible :
|
# vim: set filetype=yaml.ansible :
|
||||||
---
|
---
|
||||||
cmake-format:
|
cmake_format:
|
||||||
pkgs:
|
pkgs:
|
||||||
- cmake-format
|
- cmake-format
|
||||||
|
|||||||
Reference in New Issue
Block a user