corrected path

This commit is contained in:
2022-02-20 01:48:50 +01:00
parent ef8c01d82c
commit 3699b1d728
2 changed files with 12 additions and 0 deletions

View File

@@ -49,10 +49,21 @@
git:
repo: '{{ item.repo }}'
dest: '/home/rene/{{ item.dir }}'
key_file: '/home/rene/.ssh/gitlab_read_ed25519'
with_items:
- {repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles'}
- {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
########################################################

View File

@@ -57,6 +57,7 @@
git:
repo: 'https://gitlab.social.my-wan.de/rene/root-bin.git'
dest: "{{ root_home }}/bin"
key_file: '/root/.ssh/gitlab_read_ed25519'
######################################################
# Learn Linux TV example