Skip to content

Commit

Permalink
fixup! Test default scrape configs path
Browse files Browse the repository at this point in the history
Signed-off-by: Leonhard Mayr <[email protected]>
  • Loading branch information
manzsolutions-lpr committed Jun 10, 2024
1 parent 5ef74b4 commit 0d1b083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/prometheus/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
tasks:
- name: Create scrapes directory
ansible.builtin.file:
name: "{{ playbook_dir }}/prometheus/scrapes"
name: "{{ playbook_dir }}/../../prometheus/scrapes"
state: directory
recurse: true
check_mode: false
- name: Create empty scrape config file
ansible.builtin.file:
name: "{{ playbook_dir }}/prometheus/scrapes/empty_scrapes.yml"
name: "{{ playbook_dir }}/../../prometheus/scrapes/empty_scrapes.yml"
state: touch
mode: 0664
check_mode: false

0 comments on commit 0d1b083

Please sign in to comment.