-
##### COMPONENT NAME
f5networks.f5os.f5os_system
### Environment
##### ANSIBLE VERSION
```
ansible [core 2.15.9]
config file = /Users/xxx/Developer/xxx-F5-DO/ansible/ansible.cfg
con…
-
I have a problem with ansible 2.17.4 on MacOS. It says "/bin/sh: /usr/bin/env python3: No such file or directory\n"
```
(.venv) aivanov@localhost ansible-playground % ansible --version
ansible [c…
-
### Summary
When executing `dnf_config_manager` with a remote user that has a locale not set to english (tested with `LANG=fr_FR.UTF-8`) the module fails with `did not find repo with ID 'xxx' in dn…
PlqnK updated
2 weeks ago
-
### Summary
Documentation says in synopsis:
> The command(s) will not be processed through the shell, so variables like $HOSTNAME and operations like "*", "", "|", ";" and "&" will not work. Use t…
-
Performing an Ansible ping, with `-vvv` shows that Mitogen is sending the package `ansible.cli` to the target, and many other parts of the Ansible codebase that I would expect to be unneeded and irrel…
-
### Summary
I am using this module to create a DB with the below code
Below are the error, i am getting while executing the below code
```
FAILED! => {"changed": false, "module_stderr": "Ex…
-
##### SUMMARY
```
- community.mysql.mysql_replication:
login_host: …
login_user: …
login_password: …
check_hostname: false
mode: getprimary
…
-
##### SUMMARY
I am querying all the table name of a database and I notice that some names are being displayed truncated, but when I query using the command *psql* or via python using *psycopg…
-
### Summary
Ansible 4 through to current devel branch fail to execute this playbook.
```yaml
- hosts: uv2204.mynet
gather_facts: false
vars:
ansible_ssh_executable: "{{ 'ssh' | trim }}…
-
### Summary
ansible-test fails to run integration tests within GitHub code space (some work when called explicitly).
Interestingly the ContainerNotFoundError also occurs when running without docke…