Skip to content

Commit

Permalink
Debugging PM
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 28, 2024
1 parent cc55350 commit 868b67b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ansible-playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
- urllib3==1.26.6

tasks:
- name: Get Controlled Node Distribution
debug:
msg: "{{ ansible_pkg_mgr }}"

- name: Make tmp folder directory
file:
path: "{{ tmp_path }}"
Expand Down

0 comments on commit 868b67b

Please sign in to comment.