Andrey Klyachkin

Results 9 issues of Andrey Klyachkin

Google Go supports IBM AIX since 1.14 at least with GOOS=aix GOARCH=ppc64. Building for AIX fails with the following errors: ``` GOOS=aix GOARCH=ppc64 go build # github.com/AlecAivazis/survey/v2/terminal terminal/runereader_posix.go:47:35: undefined: syscall.SYS_IOCTL...

Question

## Current Behaviour As for now if I want to have a function, which runs on amd64, and ppc64le, I have to do following: * Create a new function ```...

Signed-off-by: Andrey Klyachkin ## Description Support for of-watchdog on Linux/ppc64le. With these just few corrections I was able to compile it on my MacBook and use in functions on ICp/ppc64le....

new-contributor

Support for ppc64le (OpenPOWER) architecture. #73

Support for ppc64le architecure in official Docker image.

### Which operating system (GOOS) and version are you using? AIX 7.2 ### Please describe the issue that occurred. Compiling different packages on AIX breaks because there are no fsnotify...

feature
help-wanted

**Describe the bug** A small playbook is run (code see below) and returns "OK", but nothing happens. If it is run with -vvv (very verbose), there is an error in...

bug

**Is your feature request related to a problem? Please describe.** Standard Ansible distribution includes filter to encrypt passwords - [password_hash](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/password_hash_filter.html) with some password hash algorithms like md5, blowfish, sha256 and...

enhancement

The playbook from Red Hat Training: ```yaml --- - name: Enable SELinux hosts: all vars: selinux_state: enforcing selinux_policy: targeted tasks: - name: Apply SELinux role block: - name: Apply the...