Skip to content
Snippets Groups Projects
Unverified Commit 8a46e050 authored by Chad Swenson's avatar Chad Swenson Committed by GitHub
Browse files

Merge pull request #2433 from octarinesec/eyeofthefrog/systemd_command_fix

Fix systemd version detection
parents 256fd12d 60573875
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
when: http_proxy is defined or https_proxy is defined
- name: get systemd version
command: systemctl --version | head -n 1 | cut -d " " -f 2
shell: systemctl --version | head -n 1 | cut -d " " -f 2
register: systemd_version
when: not is_atomic
changed_when: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment