diff --git a/dotfiles.yml b/dotfiles.yml index 5f1a1a3..f72a5f4 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -9,7 +9,7 @@ - bash - dircolors #- git - #- hushlogin + - hushlogin - mintty - python - readline diff --git a/dotfiles/.hushlogin b/dotfiles/.hushlogin deleted file mode 100644 index e69de29..0000000 diff --git a/roles/hushlogin/tasks/main.yml b/roles/hushlogin/tasks/main.yml new file mode 100644 index 0000000..fe0ea56 --- /dev/null +++ b/roles/hushlogin/tasks/main.yml @@ -0,0 +1,5 @@ +--- +- name: Create hushlogin + file: + state: touch + path: ~/.hushlogin