You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by rclilly April 2, 2024
Three years ago this pull request was merged: #1544. It was supposed to allow the use of 'systemctl': ['set-default', 'show-environment'], etc. since the systemd module does not have that functionality. However, when I run ansible-lint against my playbook it's still flagging that with the message: command-instead-of-module: systemctl used in place of systemd module. Has that change been removed and the functionality added to the systemd module? What is the recommended way to determine the default runlevel and to set it to the desired, e.g. systemctl set-default multi-user?
The text was updated successfully, but these errors were encountered:
Discussed in #4086
Originally posted by rclilly April 2, 2024
Three years ago this pull request was merged: #1544. It was supposed to allow the use of
'systemctl': ['set-default', 'show-environment']
, etc. since the systemd module does not have that functionality. However, when I run ansible-lint against my playbook it's still flagging that with the message: command-instead-of-module: systemctl used in place of systemd module. Has that change been removed and the functionality added to the systemd module? What is the recommended way to determine the default runlevel and to set it to the desired, e.g.systemctl set-default multi-user
?The text was updated successfully, but these errors were encountered: