Skip to content

Commit

Permalink
#328 why is rocky9 failing on python3-docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Dec 20, 2023
1 parent 1de4c8a commit 122cfce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/aws_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
# when: (ansible_os_family == "RedHat") and
# (ansible_distribution_major_version) == "8"

- name: why is rocky9 failing on docutils
ansible.builtin.package:
name: python3-docutils
state: latest
when: ansible_os_family == "RedHat" and
ansible_distribution_major_version == "9"

- name: just use OS-included binary for now
ansible.builtin.package:
name: awscli
Expand Down

0 comments on commit 122cfce

Please sign in to comment.