Skip to content
Snippets Groups Projects
Commit b58f2af9 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#2916 Skip jail home directory when updating jail

parent bd900a49
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
shell: jk_init -j {{ jailroot }}/{{ drupal.jail.name }} {{ jailkit_components }}
- name: JailKit Update Directories
shell: jk_update -j {{ jailroot }}/{{ drupal.jail.name }} --skip=/etc/drush/aliases.drushrc.php /bin /dev /etc /home /lib /lib64 /opt /usr
shell: jk_update -j {{ jailroot }}/{{ drupal.jail.name }} --skip={{ jailroot }}/{{ drupal.jail.name }}/home/{{ drupal.jail.name }} --skip=/etc/drush/aliases.drushrc.php /bin /dev /etc /home /lib /lib64 /opt /usr
- name: Reset Permissions in User Homes
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment