Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Jul 18, 2024
1 parent 29ced17 commit fb3753c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Setting variables
RECONCILE = 'RECONCILE_' # Prefix for the configlet name
fixture_file = 'fixtures/cv_device_v3.yaml'
fixture_file = 'molecule/fixtures/cv_device_v3.yaml'

with open(fixture_file, encoding="utf-8") as f:
dut = yaml.safe_load(f)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
register: CV_DEVICE_V3_RESULT

- name: Run Python script to reconcile the device
ansible.builtin.command: python3 cv_device_v3/reconcile.py
ansible.builtin.command: python3 molecule/cv_device_v3/reconcile.py

- name: Execute Task for detach configlet
arista.cvp.cv_task_v3:
Expand Down

0 comments on commit fb3753c

Please sign in to comment.