mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
cleaner Ansible messaging
This commit is contained in:
parent
2569968b29
commit
e662025c4b
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@
|
||||||
tags:
|
tags:
|
||||||
- network
|
- network
|
||||||
|
|
||||||
- name: ask systemd to reread the unit files, picks up changes done
|
- name: Ask systemd to reread the unit files, picks up changes done
|
||||||
shell: systemctl daemon-reload
|
shell: systemctl daemon-reload
|
||||||
when: not installing
|
when: not installing
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
- network
|
- network
|
||||||
when: is_debuntu and is_rpi and not installing
|
when: is_debuntu and is_rpi and not installing
|
||||||
|
|
||||||
- name: Create iiab network flags
|
- name: Create IIAB network flags
|
||||||
template: src=network/{{ item }}.j2
|
template: src=network/{{ item }}.j2
|
||||||
dest=/etc/sysconfig/{{ item }}
|
dest=/etc/sysconfig/{{ item }}
|
||||||
mode=0644
|
mode=0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue