1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

create_iiab_ini.yml: Rename iiab.ini section to 'initial'

This commit is contained in:
A Holt 2023-05-27 15:24:13 -04:00 committed by GitHub
parent 3c5b071c25
commit 7205219292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,10 +31,10 @@
- option: disk_space_a_priori
value: "{{ df1.stdout }}"
- name: Add 'initial-versions' variable values to {{ iiab_ini_file }}
- name: Add 'initial' variable values to {{ iiab_ini_file }}
ini_file:
path: "{{ iiab_ini_file }}"
section: initial-versions
section: initial
option: "{{ item.option }}"
value: "{{ item.value | string }}"
with_items: