1
0
Fork 0
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:
A Holt 2017-10-27 09:33:32 -04:00 committed by GitHub
parent 2569968b29
commit e662025c4b

View file

@ -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