Yethal
Yethal
When script s started with sudo, whoami returns root instead of the username of calling user. Replace with logname for the last two lines to work correctly.
Bad: ``` - name: Import tasks ansible.builtin.import_tasks: tasks.yml when: some condition ``` Good: ``` - name: Import tasks ansible.builtin.include_tasks: tasks.yml when: some condition ``` If we have files with dozens...
### Related problem I am trying to write a function that accepts a record as an argument and enforces fields and types of that record ### Describe the solution you'd...
### Describe the bug A clear and concise description of what the bug is. Include version by typing `gh --version`. ### Steps to reproduce the behavior 1. Create branch in...
### Proposal Nomad 1.7 added ability to integrate workload identities with external IDPs. It would be super useful if Nomad docs contained setup guides for popular cloud providers such as...
For UEFI updates on laptops fwupdmgr requires that the laptop lid is open and laptop is on AC power and disallows firmware installation if those conditions are not satisfied (for...
### Related problem Currently whenever we install a package we add to scope all of the exported symbols via `use package.nu *`. However, some packages may want to only add...
https://github.com/ansible-community/molecule-ec2/blob/08e1e57bff0d77e8100570e6d9b782171e831dc2/molecule_ec2/cookiecutter/%7B%7Bcookiecutter.molecule_directory%7D%7D/%7B%7Bcookiecutter.scenario_name%7D%7D/create.yml#L74 uses lowercase *volumes* field name, however molecule [schema](https://github.com/ansible-community/molecule/blob/52faa6647f2297f9a8f75dcc751299528ebadf64/src/molecule/data/molecule.json#L294) uses *volumes* for Docker volumes, ec2 volumes use an uppercase *Volumes* field. As a result that field never gets merged into...
### Jenkins and plugins versions report Environment ```text Jenkins: 2.319.3 OS: Linux - 5.4.0-107-generic --- ace-editor:1.1 analysis-model-api:10.9.4 ansible:1.1 ansicolor:1.0.1 ant:1.13 antisamy-markup-formatter:2.7 apache-httpcomponents-client-4-api:4.5.13-1.0 artifactory:3.16.1 async-http-client:1.9.40.0 authentication-tokens:1.4 aws-credentials:191.vcb_f183ce58b_9 aws-java-sdk-ec2:1.12.163-315.v2b_716ec8e4df aws-java-sdk-minimal:1.12.163-315.v2b_716ec8e4df badge:1.9.1 blueocean:1.25.3...
## Description root_block_device variable is now a map instead of list of maps. ## Motivation and Context Since aws_instance resource only allows for a single root_block_device it makes no sense...