--- - name: Reload network interfaces become: true command: /sbin/ifreload -a - name: Reload sysctl become: true command: /sbin/sysctl --system - name: Reload nftables become: true systemd: name: nftables.service state: reloaded ...