-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make edpm_nftables
role compliant with ansible-lint production
profile`
#428
Make edpm_nftables
role compliant with ansible-lint production
profile`
#428
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/7b7a98f4df2547898da7bf4f45888607 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 11m 38s |
db528e6
to
9c5065a
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/ffe62ff42b954ac2a9e369524a1fdffe ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 39m 31s |
/hold |
9c5065a
to
7da7ce7
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/bdbc29d1d8a14ae2b89baf929bb762c7 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 49m 46s |
…ofile - fixed linting issues in `files/00-base-rules.yaml` file - added `changed_when`/`failed_when` in `command`/`shell` tasks - replaced `'` with `"` in `mode` parameter for coherence with the rest of the repo - added `set -o pipefail` in `shell` tasks where needed - replaced `ignore_errors: true` with `failed_when` - replaced `systemctl` usage in `command` tasks with `service_facts` and `systemd` modules Signed-off-by: Roberto Alfieri <[email protected]>
7da7ce7
to
0afb9c3
Compare
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rebtoor, slagle The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a74f53ac0d184e7aa8fc9a78daf1bc82 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 55m 22s |
recheck |
dadb122
into
openstack-k8s-operators:main
files/00-base-rules.yaml
filechanged_when
/failed_when
incommand
/shell
tasks'
with"
inmode
parameter for coherence with the rest of the reposet -o pipefail
inshell
tasks where neededignore_errors: true
withfailed_when
systemctl
usage incommand
tasks withservice_facts
andsystemd
modules