我想,这个密码被破解是因为特殊字符。
- ansible.builtin.lineinfile:
path: /etc/systemd/system/getty.target.wants/getty@tty1.service
regexp: "^ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear %I $TERM"
line: "ExecStart=-/sbin/agetty -a {{ ansible_user_id }} %I $TERM"
我该怎么弥补?
1条答案
按热度按时间yv5phkfx1#
正如在评论中已经提到的,建议使用其他方法,例如
ini_file
模块。ansible.builtin.template
等工具管理整个文件 *对于
test.service
文件一个最小的示例剧本
将导致输出
类似问答
systemd
service file