fix cmake_format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user