build: update for ansible 7.5.0

This commit is contained in:
Price Hiller 2023-05-10 21:27:57 -05:00
parent c382132dad
commit 37a409ae00
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
4 changed files with 786 additions and 696 deletions

View File

@ -1,7 +1,8 @@
[defaults]
inventory = ./inventories/inventory.yml
stdout_callback=debug
stderr_callback=debug
stdout_callback=yaml
stderr_callback=yaml
bin_ansible_callbacks = True
display_skipped_hosts = False
[privelege_escalation]

1472
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@ description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
ansible = "^5.9.0"
python = "^3.11"
ansible = "^7.5.0"
pywinrm = "^0.4.3"
[tool.poetry.dev-dependencies]

View File

@ -1,2 +1,3 @@
collections:
- name: kewlfft.aur
- name: community.general