Rex icon indicating copy to clipboard operation
Rex copied to clipboard

Rex, the friendly automation framework

Results 125 Rex issues
Sort by recently updated
recently updated
newest added

## Describe the bug The 'account' function always bumps the password set time, even when it doesnt change anything. Consider this simple config ``` account 'mp', ensure => 'present', uid...

bug

# PR for fixing #1508 - the `needs()`function should propagate calling task's params/args down to needed tasks Hi, This PR is an attempt to fix #1508 by correcting what appears...

## User story **As** maintainer, **I would like to** deprecate the built-in template engines, **so I can** spend more of my efforts on the core capabilities of Rex. ## Describe...

feature request

#### The `needs()` function should propagate run-time task arguments (`%params` and `@args`) from the calling task down to the "needed" tasks #### Edits: As it turns out: this bug is...

bug

This PR is an attempt to fix # by . ## Checklist - [ ] based on top of latest source code - [ ] changelog entry included - [x]...

When running dmidecode as non-privileged user, it complains on unsufficient privileges to STDERR. Redirect all output to STDOUT.

(R)?ex can't parse complex OpenSSH configuration file, i.e. with host templates, includes, etc. Net::OpenSSH use OpenSSH library and handle complex .ssh/config right like OpenSSH itself. So if (R)?ex can find...

(R)?ex can't parse complex OpenSSH configuration file, i.e. with host templates, includes, etc. Net::OpenSSH use OpenSSH library and handle complex .ssh/config right like OpenSSH itself. So if (R)?ex can find...

feature request

## Describe the bug When extracting to the root directory, try to create the root directory, uninitialized value ``` Use of uninitialized value $splitted_dir[0] in string eq at /home/user/perl5/lib/perl5/Rex/Commands/Fs.pm line...

bug

- Detect Slackware Linux via lsb_release or via /etc/slackware-version file - Use slackpkg for download, install, updare and remove packages - Use /etc/rc.d/rc.* files for start & stop Slackware Linux...