corrected path
This commit is contained in:
@@ -49,10 +49,21 @@
|
|||||||
git:
|
git:
|
||||||
repo: '{{ item.repo }}'
|
repo: '{{ item.repo }}'
|
||||||
dest: '/home/rene/{{ item.dir }}'
|
dest: '/home/rene/{{ item.dir }}'
|
||||||
|
key_file: '/home/rene/.ssh/gitlab_read_ed25519'
|
||||||
with_items:
|
with_items:
|
||||||
- {repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles'}
|
- {repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles'}
|
||||||
- {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}
|
- {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}
|
||||||
|
|
||||||
|
- name: users | rene | correct permissions
|
||||||
|
file:
|
||||||
|
path: "/home/rene/{{ item }}" # required. Path to the file being managed.
|
||||||
|
state: directory
|
||||||
|
owner: rene
|
||||||
|
group: rene
|
||||||
|
loop:
|
||||||
|
- dotfiles
|
||||||
|
- powerlevel10k
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Learn Linux TV examples
|
# Learn Linux TV examples
|
||||||
########################################################
|
########################################################
|
||||||
|
|||||||
@@ -57,6 +57,7 @@
|
|||||||
git:
|
git:
|
||||||
repo: 'https://gitlab.social.my-wan.de/rene/root-bin.git'
|
repo: 'https://gitlab.social.my-wan.de/rene/root-bin.git'
|
||||||
dest: "{{ root_home }}/bin"
|
dest: "{{ root_home }}/bin"
|
||||||
|
key_file: '/root/.ssh/gitlab_read_ed25519'
|
||||||
|
|
||||||
######################################################
|
######################################################
|
||||||
# Learn Linux TV example
|
# Learn Linux TV example
|
||||||
|
|||||||
Reference in New Issue
Block a user