Skip to content

Commit

Permalink
https://github.com/ansible/ansible-lint/pull/2505
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Sep 30, 2022
1 parent 3706b46 commit cdbb9d2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion playbooks/side_effect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
- { dest: "/etc/ansible/roles" }

- name: rsync directories
synchronize:
ansible.posix.synchronize:
dest: "{{ item.dest }}"
src: "{{ item.src }}"
archive: true
Expand Down
2 changes: 1 addition & 1 deletion playbooks/tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
until: result is succeeded

- name: update /etc/default/grub
ini_file:
community.general.ini_file:
path: "/etc/default/grub"
section: ""
option: "{{ item.option }}"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
until: result is succeeded

- name: update /etc/default/grub
ini_file:
community.general.ini_file:
path: "/etc/default/grub"
section: ""
option: "{{ item.option }}"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/tasks/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
until: result is succeeded

- name: update /etc/default/grub
ini_file:
community.general.ini_file:
path: "/etc/default/grub"
section: ""
option: "{{ item.option }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/containers_common
2 changes: 1 addition & 1 deletion roles/cri_o
Submodule cri_o updated 1 files
+2 −2 tasks/main.yml
2 changes: 1 addition & 1 deletion roles/etcd
Submodule etcd updated 1 files
+12 −12 tasks/main.yml
2 changes: 1 addition & 1 deletion roles/kernel
2 changes: 1 addition & 1 deletion roles/kube_kubeadm
Submodule kube_kubeadm updated 1 files
+2 −2 tasks/main.yml
2 changes: 1 addition & 1 deletion roles/kube_master
Submodule kube_master updated 1 files
+3 −3 tasks/main.yml
2 changes: 1 addition & 1 deletion roles/locales
2 changes: 1 addition & 1 deletion roles/timezone
Submodule timezone updated 1 files
+1 −1 tasks/main.yml

0 comments on commit cdbb9d2

Please sign in to comment.