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