Browse Source

Merge pull request #2433 from octarinesec/eyeofthefrog/systemd_command_fix

Fix systemd version detection
pull/2447/head
Chad Swenson 6 years ago
committed by GitHub
parent
commit
8a46e050e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/docker/tasks/systemd.yml

2
roles/docker/tasks/systemd.yml

@ -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

Loading…
Cancel
Save