Update backup.yml

This commit is contained in:
4bobus
2025-06-25 16:16:01 +05:00
committed by GitHub
parent 33752c36ec
commit dfc7bc7370

View File

@@ -29,7 +29,7 @@
- name: Copy saved rules nftables - name: Copy saved rules nftables
ansible.builtin.fetch: ansible.builtin.fetch:
src: /etc/nftables.conf src: /etc/nftables.conf
dest: /etc/ansible/NETWORK_INFO/{{ inventory_hostname }}/nftalbes.conf dest: /etc/ansible/NETWORK_INFO/{{ inventory_hostname }}/nftables.conf
flat: yes flat: yes
become: yes become: yes