1 2 3 4 5 6 7 8 9 10 11 12 13
--- - name: apply netplan command: "netplan apply" become: yes - name: restart log2ram service systemd: name="log2ram" state="restarted" daemon_reload="yes" become: yes - name: restart journald systemd: name="systemd-journald" state="restarted" become: yes
☐