mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
2-common/tasks/network.yml: Clarify Ansible output
This commit is contained in:
parent
8496ecbaa1
commit
4e170d6ecf
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
- name: Install package networkd-dispatcher (OS's other than RaspOS)
|
||||
- name: Install package networkd-dispatcher (OS's other than RaspiOS)
|
||||
package:
|
||||
name: networkd-dispatcher
|
||||
state: present
|
||||
when: not is_raspbian
|
||||
|
||||
# used in the network role
|
||||
- name: Install network related packages (debuntu)
|
||||
- name: 'Install network packages: hostapd, iproute2, iptables-persistent, netmask (debuntu)'
|
||||
package:
|
||||
name:
|
||||
- iproute2
|
||||
|
@ -15,7 +15,7 @@
|
|||
state: present
|
||||
when: is_debuntu
|
||||
|
||||
- name: Install /etc/network/if-pre-up.d/iptables from template (debuntu)
|
||||
- name: Install /etc/network/if-pre-up.d/iptables from template (0755, debuntu)
|
||||
template:
|
||||
src: iptables
|
||||
dest: /etc/network/if-pre-up.d/iptables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue