Update var names; allow state=absent in tasks

This commit is contained in:
Luke Yeager
2019-04-29 10:04:27 -07:00
parent bb6de2e239
commit b8ead6124c
7 changed files with 72 additions and 57 deletions

View File

@@ -1,2 +1,2 @@
ubuntu_repo_dir: "{{ ansible_distribution | lower }}{{ ansible_distribution_version | replace('.', '') }}/{{ ansible_architecture }}"
rhel_repo_dir: "rhel{{ ansible_distribution_major_version }}/{{ ansible_architecture }}"
_ubuntu_repo_dir: "{{ ansible_distribution | lower }}{{ ansible_distribution_version | replace('.', '') }}/{{ ansible_architecture }}"
_rhel_repo_dir: "rhel{{ ansible_distribution_major_version }}/{{ ansible_architecture }}"