Skip to content

Commit 9224b9d

Browse files
committed
Get systemd version via systemctl command
1 parent b254cc9 commit 9224b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- name: Register systemd version number
5151
ansible.builtin.shell: |
5252
set -o pipefail
53-
systemd --version | head -1 | cut -d' ' -f2
53+
systemctl --version | head -1 | cut -d' ' -f2
5454
args:
5555
executable: /bin/bash
5656
check_mode: no

0 commit comments

Comments
 (0)