Skip to content

Commit

Permalink
Testing gathering facts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 28, 2024
1 parent 509a003 commit 441e5c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ansible-playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
- urllib3==1.26.6

tasks:
- name: Gather facts
ansible.builtin.setup:

- name: Print package manager
debug:
msg: "The package manager is {{ ansible_pkg_mgr }}"

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

0 comments on commit 441e5c1

Please sign in to comment.