Skip to content

Commit

Permalink
Fix CI issue where we can't guarentee running in a specific order
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed May 30, 2024
1 parent 4f5985f commit 319fdc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/playbooks/ah_configs/ah_ee_repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,4 @@ ah_ee_repositories:
* bullet 1
* bullet 2
# Testing updating the repository README file from a local file
- name: test-namespace/ee-minimal-rhel8
readme_file: "{{ tempfile['path'] }}"
...
8 changes: 8 additions & 0 deletions tests/playbooks/testing_playbook_ee_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
ansible.builtin.include_role:
name: ee_repository

- name: Test updating the repository README file from a local file
ansible.builtin.include_role:
name: ee_repository
vars:
ah_ee_repositories:
- name: test-namespace/ee-minimal-rhel8
readme_file: "{{ tempfile['path'] }}"

- name: Repository sync
ansible.builtin.include_role:
name: ee_repository_sync
Expand Down

0 comments on commit 319fdc9

Please sign in to comment.