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