Skip to content
Snippets Groups Projects
Commit 4e03976c authored by Chris Croome's avatar Chris Croome
Browse files

typo

parent bc3cac8e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
register: apt_updates
- name: Record the updates in the /root/Changelog
command: 'logchange "{{ apt_updates.stdout }} : Updated"'
command: 'logchange "{{ apt_updates.stdout }} : updated"'
when: apt_updates.stdout != ""
when: logchange.stdout != ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment