chore: non-cifs nextcloud, partsy, zomboid updates
This commit is contained in:
@@ -21,21 +21,6 @@
|
||||
ansible.builtin.command: |
|
||||
podman unshare chown -R 33:33 {{ cloud_path }}/apps {{ cloud_path }}/data {{ cloud_path}}/config
|
||||
|
||||
- name: get user/group id from unshare
|
||||
become: true
|
||||
ansible.builtin.stat:
|
||||
path: "{{ cloud_path }}/data"
|
||||
register: cloud_owner
|
||||
|
||||
- name: mount cloud cifs
|
||||
become: true
|
||||
ansible.posix.mount:
|
||||
src: "{{ cloud_cifs_src }}"
|
||||
path: "{{ cloud_path }}/data"
|
||||
fstype: cifs
|
||||
opts: "username=cloud,password={{ cloud_cifs_pass }},uid={{ cloud_owner.stat.uid }},gid={{ cloud_owner.stat.uid }},file_mode=0770,dir_mode=0770"
|
||||
state: mounted
|
||||
|
||||
- name: flush handlers
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user