Skip to content

Commit bfb0a5d

Browse files
committed
fix(finalize-ami.yml): noextraspaces -> no_extra_spaces
1 parent d884562 commit bfb0a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/finalize-ami.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
community.general.ini_file:
7878
group: 'root'
7979
mode: '0644'
80-
noextraspaces: true
80+
no_extra_spaces: true
8181
option: 'OnCalendar'
8282
owner: 'root'
8383
path: '/etc/systemd/system/logrotate.timer.d/override.conf'

0 commit comments

Comments
 (0)