diff options
Diffstat (limited to 'chaos-at-home/ch-gnocchi.yml')
-rw-r--r-- | chaos-at-home/ch-gnocchi.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chaos-at-home/ch-gnocchi.yml b/chaos-at-home/ch-gnocchi.yml index b4c1ef21..2ab51770 100644 --- a/chaos-at-home/ch-gnocchi.yml +++ b/chaos-at-home/ch-gnocchi.yml @@ -9,5 +9,8 @@ - role: installer/debian - role: installer/openbsd post_tasks: - - pause: - prompt: "{{ __interface_configs__ }}" + # you need to reboot for changes to take effect + - name: install network interface config + copy: + dest: /etc/network/interfaces + content: "{{ __interface_configs__ }}" |