style: Fix some ansible-lint issues
This commit is contained in:
parent
13228982b6
commit
862a52f2e5
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
validate_certs: true
|
||||
user_name: "{{ item.username }}"
|
||||
user_password: "{{ item.password }}"
|
||||
grants: "{{ item.grants }}"
|
||||
grants: "{{ item.grants }}" # noqa args[module] This has to be escaped to a string
|
||||
loop: "{{ monitoring_influxdb_users }}"
|
||||
delegate_to: 127.0.0.1
|
||||
no_log: true
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
- name: Update default SELinux contexts for acme-dumper
|
||||
community.general.system.sefcontext:
|
||||
community.general.sefcontext:
|
||||
target: '{{ item }}(/.*)?'
|
||||
setype: "container_file_t"
|
||||
selevel: "{{ traefik_selinux_level | default(omit) }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue