Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Aug 20, 2024
1 parent 23d09da commit 984b528
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions ansible/roles/nesi.compute/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
ansible.builtin.package_facts:
manager: auto

- name: Print package facts
ansible.builtin.debug:
var: ansible_facts.packages
#- name: Print package facts
# ansible.builtin.debug:
# var: ansible_facts.packages

- name: Swap curl-minimal with curl (causes problems later)
command: dnf -y swap curl-minimal curl
Expand All @@ -29,14 +29,6 @@
command: dnf -y swap libcurl-minimal libcurl
when: "'libcurl-minimal' in ansible_facts.packages"

- name: Get package_facts for checking if curl-minimal is installed
ansible.builtin.package_facts:
manager: auto

- name: Print package facts
ansible.builtin.debug:
var: ansible_facts.packages

- name: Install Compute Packages
dnf:
name: "{{ compute_packages }}"
Expand Down

0 comments on commit 984b528

Please sign in to comment.