Skip to content

Commit

Permalink
Small name change, issue #65.
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Mar 20, 2018
1 parent f807a1b commit 8157767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts.yml
@@ -1,6 +1,6 @@
all:
hosts:
moodlebox:
ansible_host: '192.168.1.212'
ansible_host: '192.168.1.226'
ansible_user: 'pi'
ansible_password: 'raspberry'
2 changes: 1 addition & 1 deletion roles/bootstrap/tasks/wifi.yml
Expand Up @@ -7,6 +7,6 @@
line: 'country={{ moodlebox_wifi_country }}'
notify: restart networking

- name: unblock wlan0
- name: unblock wifi
command: 'rfkill unblock wifi'
notify: restart networking

0 comments on commit 8157767

Please sign in to comment.