Skip to content

Commit

Permalink
[ignore] Add python-dateutil install to aci_aaa_security_default_sett…
Browse files Browse the repository at this point in the history
…ings tests
  • Loading branch information
akinross authored and lhercot committed Jun 11, 2024
1 parent 0cb3d93 commit 7b63ae9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
msg: "Please define the following variables: aci_hostname, aci_username and aci_password."
when: aci_hostname is not defined or aci_username is not defined or aci_password is not defined

- name: Ensure python-dateutil is installed
ansible.builtin.pip:
name: python-dateutil
state: present
ignore_errors: true # ignore errors to because of multiple executions for hosts at the same time

- name: Verify Cloud and Non-Cloud Sites in use.
ansible.builtin.include_tasks: ../../../../../../integration/targets/aci_cloud_provider/tasks/main.yml

Expand Down

0 comments on commit 7b63ae9

Please sign in to comment.