diff --git a/local.yml b/local.yml index 11a771c..285cadf 100644 --- a/local.yml +++ b/local.yml @@ -57,4 +57,8 @@ copy: src: files/profile dest: ~/.profile - mode: 0644 \ No newline at end of file + mode: 0644 + + - name: Setup .profile + become: true + shell: reboot \ No newline at end of file