Compare commits

..

2 Commits

2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
x_desktops: /usr/share/xsessions x_desktops: /usr/share/xsessions
git_repo_http: https://{{ git_host }}/{{ git_user }}/{{ git_project }} git_repo_http: https://{{ git_host }}/{{ git_user }}/{{ git_project }}
git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }} git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }}
shared_rc_install_dir: "$HOME/.git-env-shared" shared_rc_install_dir: ~/.git-env-shared
- name: General | Facts | System | Global [2/2] - name: General | Facts | System | Global [2/2]
set_fact: set_fact:
+4 -4
View File
@@ -1255,7 +1255,7 @@
clone: true clone: true
force: true force: true
update: true update: true
ignore_errors: yes #ignore_errors: yes
- name: General | Account Management | Users | env-shared | Install | .rc_shared - name: General | Account Management | Users | env-shared | Install | .rc_shared
copy: copy:
@@ -1267,7 +1267,7 @@
loop: loop:
- "{{ user_root.home }}" - "{{ user_root.home }}"
- "{{ user_user.home }}" - "{{ user_user.home }}"
ignore_errors: yes #ignore_errors: yes
when: user_root.home != "" and user_user.home != "" when: user_root.home != "" and user_user.home != ""
- name: General | Account Management | Users | env-shared | Install | .vimrc - name: General | Account Management | Users | env-shared | Install | .vimrc
@@ -1280,7 +1280,7 @@
loop: loop:
- "{{ user_root.home }}" - "{{ user_root.home }}"
- "{{ user_user.home }}" - "{{ user_user.home }}"
ignore_errors: yes #ignore_errors: yes
when: user_root.home != "" and user_user.home != "" when: user_root.home != "" and user_user.home != ""
- name: General | Account Management | Users | env-shared | Permissions - name: General | Account Management | Users | env-shared | Permissions
@@ -1291,4 +1291,4 @@
loop: loop:
- .rc_shared - .rc_shared
- .vimrc - .vimrc
ignore_errors: yes #ignore_errors: yes