Fix linting

This commit is contained in:
Jose M 2019-11-25 19:01:02 +01:00
parent fa0e3f1640
commit fd50b60485
2 changed files with 8 additions and 8 deletions

View File

@ -11,12 +11,12 @@
state: present state: present
- name: Removing old files - name: Removing old files
file: file:
path: "/tmp/{{ wazuh_agent_sources_installation.branch }}.tar.gz" path: "/tmp/{{ wazuh_agent_sources_installation.branch }}.tar.gz"
state: absent state: absent
- name: Removing old folders - name: Removing old folders
file: file:
path: "/tmp/wazuh-{{ wazuh_agent_sources_installation.branch }}" path: "/tmp/wazuh-{{ wazuh_agent_sources_installation.branch }}"
state: absent state: absent
@ -88,11 +88,11 @@
chdir: "/tmp/wazuh-{{ wazuh_agent_sources_installation.branch }}" chdir: "/tmp/wazuh-{{ wazuh_agent_sources_installation.branch }}"
- name: Cleanup downloaded files - name: Cleanup downloaded files
file: file:
path: "/tmp/{{ wazuh_agent_sources_installation.branch }}.tar.gz" path: "/tmp/{{ wazuh_agent_sources_installation.branch }}.tar.gz"
state: absent state: absent
- name: Cleanup created folders - name: Cleanup created folders
file: "/tmp/{{ wazuh_agent_sources_installation.branch }}.tar.gz" file:
path: "/tmp/wazuh-{{ wazuh_agent_sources_installation.branch }}" path: "/tmp/wazuh-{{ wazuh_agent_sources_installation.branch }}"
state: absent state: absent

View File

@ -19,12 +19,12 @@
state: present state: present
- name: Removing old files - name: Removing old files
file: file:
path: "/tmp/{{ wazuh_manager_sources_installation.branch }}.tar.gz" path: "/tmp/{{ wazuh_manager_sources_installation.branch }}.tar.gz"
state: absent state: absent
- name: Removing old folders - name: Removing old folders
file: file:
path: "/tmp/wazuh-{{ wazuh_manager_sources_installation.branch }}" path: "/tmp/wazuh-{{ wazuh_manager_sources_installation.branch }}"
state: absent state: absent
@ -100,12 +100,12 @@
chdir: "/tmp/wazuh-{{ wazuh_manager_sources_installation.branch }}" chdir: "/tmp/wazuh-{{ wazuh_manager_sources_installation.branch }}"
- name: Cleanup downloaded files - name: Cleanup downloaded files
file: file:
path: "/tmp/{{ wazuh_manager_sources_installation.branch }}.tar.gz" path: "/tmp/{{ wazuh_manager_sources_installation.branch }}.tar.gz"
state: absent state: absent
- name: Cleanup created folders - name: Cleanup created folders
file: file:
path: "/tmp/wazuh-{{ wazuh_manager_sources_installation.branch }}" path: "/tmp/wazuh-{{ wazuh_manager_sources_installation.branch }}"
state: absent state: absent