Robert de Bock

Results 9 issues of Robert de Bock

HAPPY NEW YEAR! And thanks for making and maintaining Molecule. My wished for 2022: Keep up the exceptional work! # Issue Type - Bug report # Molecule and Ansible details...

bug

Hi, Would it be an idea to package sudo-pair into shipable formats such as: - binary in a tar.gz - rpm - deb - apk I'm able to assist in...

enhancement
help wanted

All references to unsupported parameters have been updated, added mandatory "device". Also included a (readme.txt) trick to place the vdo.py module in ./library/

Hi there, ### Terraform Version ```shell Terraform v1.1.9 on darwin_arm64 ``` ### Affected Resource(s) Please list the resources as a list, for example: - `vault_token` ### Terraform Configuration Files ```hcl...

bug
ecosystem

Hi, Currently, CI runs at a specified time. That's quite logical as CI takes quite a while. It would help contributors to enable some CI. I can for example think...

enhancement
to investigate

From the documentation, I could not make up of only the index of the first occurrence is returned. By some local testing, I've verified this.

documentation
tw-reviewed

## Proposed feature I now need to manually run: ``` # firewall-cmd --zone=public --change-interface=enp0s25 ```

## Describe the bug Some `register`ed variables have weird names: ``` - name: 1.1.2 Ensure /tmp is configured (Scored) command: systemctl is-enabled tmp.mount register: output_systemctl when: - cis_tmp_configured | bool...

## Describe the bug There are many tasks that `assert` the outcome of a previous task. This can be simplified by using `failed_when` in the same task. For example: ```...