Fix grammar for tasks - replace 'state' with 'stage'.

This commit is contained in:
Jeff Geerling
2018-02-06 16:57:59 -06:00
parent b1c4c75360
commit 19f0b9ba92

View File

@@ -175,13 +175,13 @@
dest: "{{ docker_base_path }}/Makefile" dest: "{{ docker_base_path }}/Makefile"
delegate_to: localhost delegate_to: localhost
- name: State ansible repo - name: Stage ansible repo
copy: copy:
src: 'ansible.repo' src: 'ansible.repo'
dest: '{{ docker_base_path }}/ansible.repo' dest: '{{ docker_base_path }}/ansible.repo'
delegate_to: localhost delegate_to: localhost
- name: State ansible repo key - name: Stage ansible repo key
copy: copy:
src: 'RPM-GPG-KEY-ansible-release' src: 'RPM-GPG-KEY-ansible-release'
dest: '{{ docker_base_path }}/RPM-GPG-KEY-ansible-release' dest: '{{ docker_base_path }}/RPM-GPG-KEY-ansible-release'