Fix openstack_host_module_file typo

The variable name had a typo and appeared as
`openstask_host_module_file` when it should have been
`openstack_host_module_file`.

Change-Id: I0c94ad7e4a0779edd522a34ed3520db27c5a9550
Signed-off-by: Major Hayden <major@mhtx.net>
This commit is contained in:
Major Hayden 2018-03-07 11:23:53 -06:00
parent f158726ac2
commit dcadc2a1fe
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
5 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@
- name: Write list of modules to load at boot
template:
src: modprobe.conf.j2
dest: "{{ openstask_host_module_file }}"
dest: "{{ openstack_host_module_file }}"
- name: Adding new system tuning
sysctl:

View File

@ -45,7 +45,7 @@
tasks:
- name: Open modules file
slurp:
src: "{{ openstask_host_module_file }}"
src: "{{ openstack_host_module_file }}"
register: modules_file
- name: Open sysctl file
slurp:

View File

@ -17,7 +17,7 @@
openstack_host_required_kernel: 3.10.0-327.13.1.el7.x86_64
openstack_host_sysstat_file: /etc/sysconfig/sysstat
openstack_host_cron_template: sysstat.cron.redhat.j2
openstask_host_module_file: /etc/modules-load.d/openstack-ansible.conf
openstack_host_module_file: /etc/modules-load.d/openstack-ansible.conf
openstack_host_sysstat_cron_mode: '0600'

View File

@ -18,7 +18,7 @@
openstack_host_required_kernel: 4.1.15
openstack_host_sysstat_file: /etc/sysstat/sysstat
openstack_host_cron_template: sysstat.cron.suse.j2
openstask_host_module_file: /etc/modules-load.d/openstack-ansible.conf
openstack_host_module_file: /etc/modules-load.d/openstack-ansible.conf
## Kernel modules loaded on hosts
openstack_host_kernel_modules:

View File

@ -20,7 +20,7 @@ cache_timeout: 600
openstack_host_required_kernel: 4.2.0-18-generic
openstack_host_sysstat_file: /etc/default/sysstat
openstack_host_cron_template: sysstat.cron.debian.j2
openstask_host_module_file: /etc/modules
openstack_host_module_file: /etc/modules
## Kernel modules loaded on hosts
openstack_host_kernel_modules: