clone root bins

This commit is contained in:
rene
2022-03-15 09:44:35 +01:00
parent 001ccdf78b
commit 1a41580ff8

View File

@@ -43,17 +43,17 @@
# owner: 'root' # owner: 'root'
# group: 'root' # group: 'root'
# - name: users | root | create script directories - name: users | root | create script directories
# file: file:
# path: "{{ root_home }}/scripts" path: "{{ root_home }}/scripts"
# state: directory state: directory
# mode: '0755' mode: '0755'
# - name: users | root | clone root_bins - name: users | root | clone root_bins
# git: git:
# repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/root-bin.git' repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/root-bin.git'
# dest: "{{ root_home }}/bin" dest: "{{ root_home }}/bin"
# key_file: '/root/.ssh/gitlab_read_ed25519' key_file: '/root/.ssh/gitlab_read_ed25519'
# - name: users | root | link dotfiles # - name: users | root | link dotfiles
# become: yes # become: yes