Skip to content

[citest skip] make min_ansible_version a string in meta/main.yml#83

Merged
richm merged 1 commit intolinux-system-roles:masterfrom
richm:min-ansible-version-str
Jun 28, 2022
Merged

[citest skip] make min_ansible_version a string in meta/main.yml#83
richm merged 1 commit intolinux-system-roles:masterfrom
richm:min-ansible-version-str

Conversation

@richm
Copy link
Copy Markdown
Collaborator

@richm richm commented Jun 28, 2022

The Ansible developers say that min_ansible_version in meta/main.yml
must be a string value like "2.9", not a float value like 2.9.

Signed-off-by: Rich Megginson rmeggins@redhat.com

The Ansible developers say that `min_ansible_version` in meta/main.yml
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
Copy link
Copy Markdown
Contributor

@nhosoi nhosoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@richm richm merged commit 5f13503 into linux-system-roles:master Jun 28, 2022
@richm richm deleted the min-ansible-version-str branch June 28, 2022 23:24
richm added a commit to richm/linux-system-roles-kernel_settings that referenced this pull request Jul 10, 2022
[1.1.9] - 2022-07-09
--------------------

REMOVE_ME: Recommend to itemize the change log entries in one of the following sections.
REMOVE_ME: Use Other Changes for CI, testing, and other non-feature/non-bug related items.
### New Features
### Bug Fixes
### Other Changes
- make all tests work with gather_facts: false (linux-system-roles#82)

Ensure tests work when using ANSIBLE_GATHERING=explicit
- [citest skip] make min_ansible_version a string in meta/main.yml (linux-system-roles#83)

The Ansible developers say that `min_ansible_version` in meta/main.yml
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
- Add CHANGELOG.md (linux-system-roles#84)

- [citest skip] Modify CHANGELOG.md (linux-system-roles#85)

- Replace the ATX style with the setext style for the header H1 and H2.
- Each changelog has 3 sections, "### New Features", "### Bug Fixes",
  and "Other Changes".
- If there is no items in a section, let it have "- none".

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
richm added a commit to richm/linux-system-roles-kernel_settings that referenced this pull request Jul 10, 2022
[1.1.9] - 2022-07-09
--------------------

### New Features

- none

### Bug Fixes

- none

### Other Changes

- make all tests work with gather_facts: false (linux-system-roles#82)

Ensure tests work when using ANSIBLE_GATHERING=explicit

- [citest skip] make min_ansible_version a string in meta/main.yml (linux-system-roles#83)

The Ansible developers say that `min_ansible_version` in meta/main.yml
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.

- Add CHANGELOG.md (linux-system-roles#84)

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
richm added a commit to richm/linux-system-roles-kernel_settings that referenced this pull request Jul 10, 2022
[1.1.9] - 2022-07-10
--------------------

### New Features

- none

### Bug Fixes

- none

### Other Changes

- make all tests work with gather_facts: false (linux-system-roles#82)

Ensure tests work when using ANSIBLE_GATHERING=explicit

- make min_ansible_version a string in meta/main.yml (linux-system-roles#83)

The Ansible developers say that `min_ansible_version` in meta/main.yml
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.

- Add CHANGELOG.md (linux-system-roles#84)

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
richm added a commit that referenced this pull request Jul 10, 2022
[1.1.9] - 2022-07-10
--------------------

### New Features

- none

### Bug Fixes

- none

### Other Changes

- make all tests work with gather_facts: false (#82)

Ensure tests work when using ANSIBLE_GATHERING=explicit

- make min_ansible_version a string in meta/main.yml (#83)

The Ansible developers say that `min_ansible_version` in meta/main.yml
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.

- Add CHANGELOG.md (#84)

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants