Browse Source

Add/Update user dotfiles with a tag: userconf

Emmanuel Bouthenot 11 years ago
parent
commit
da39b9a715
1 changed files with 2 additions and 0 deletions
  1. 2 0
      roles/common/tasks/base.yml

+ 2 - 0
roles/common/tasks/base.yml

@@ -44,6 +44,8 @@
 
 - name: Install configuration files for user
   action: git repo=git://git.openics.org/kolter-dotfiles.git dest=/home/${admin_user}
+  tags:
+    - userconf
 
 - name: Install SSH key for unprivileged user
   action: authorized_key user="${admin_user}" key="$FILE(roles/common/data/users/${admin_user}/id_rsa.pub)" state=present