mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Fix typos
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
3cd38a91b2
commit
3887aacb76
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@
|
|||
selinux_config_after_raw: "{{ selinux_config_after_base64.content | b64decode }}"
|
||||
|
||||
- name: TEST 2 | Split by line and register modified config
|
||||
sef_fact:
|
||||
set_fact:
|
||||
selinux_config_after: "{{ selinux_config_after_raw.split('\n') }}"
|
||||
|
||||
- debug:
|
||||
|
|
|
|||
Loading…
Reference in a new issue