make sure that /usr/share/scripts exists
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Jérémy Lecour 2019-06-17 14:19:01 +02:00 committed by Jérémy Lecour
parent a643c96cca
commit 9b2372720b
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@
state: absent
with_items: "{{ apt_unhold_packages }}"
- name: /usr/share/scripts exists
file:
dest: /usr/share/scripts
mode: "0700"
owner: root
group: root
state: directory
- name: Check scripts is installed
copy:
src: check_held_packages.sh