corrected path
This commit is contained in:
@@ -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
|
||||
########################################################
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user