You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found one bug with ARI inline replace, where ARI inline replace functionality is overwriting the comment line, ref: Input play:
- tags:
- freeipa_server
block:
- name: Check that the hostname has two-levels
ansible.builtin.assert:
that: ansible_facts["nodename"].split(".") | length >= 3
@@ -26,7 +25,6 @@
ipaserver_realm: "{{ freeipa_server__realm }}"
ipaserver_setup_firewalld: false
# we need to use shell instead of command for the kerberos ticket to work
- name: Kinit
ansible.builtin.shell: echo '{{ freeipa_server__ipa_admin_password }}' | kinit
# we need to use shell instead of command for the kerberos ticket to work, comment line is not being copied to Output play which isn't expected.
Playbook where issue is observed, ref
The text was updated successfully, but these errors were encountered:
justjais
changed the title
ARI inline replace functionaity is overwritting the comment line
ARI inline replace functionality is overwriting the comment line,
Jun 20, 2024
I've found one bug with ARI inline replace, where ARI inline replace functionality is overwriting the comment line, ref:
Input play:
Output play:
# we need to use shell instead of command for the kerberos ticket to work
, comment line is not being copied to Output play which isn't expected.Playbook where issue is observed, ref
The text was updated successfully, but these errors were encountered: