fix(lint): ignore unavailable fqcn
We still use an older version of ansible, so thats fine.
This commit is contained in:
parent
2020e45f2b
commit
505e3a4832
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
- name: Install EPEL repository package
|
- name: Install EPEL repository package # noqa fqcn
|
||||||
ansible.builtin.yum:
|
ansible.builtin.yum:
|
||||||
name: epel-release
|
name: epel-release
|
||||||
state: present
|
state: present
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
- name: Upgrade all packages (RedHat-common)
|
- name: Upgrade all packages (RedHat-common) # noqa fqcn
|
||||||
ansible.builtin.yum:
|
ansible.builtin.yum:
|
||||||
name: "*"
|
name: "*"
|
||||||
state: latest # noqa package-latest
|
state: latest # noqa package-latest
|
||||||
update_cache: true
|
update_cache: true
|
||||||
tags:
|
tags:
|
||||||
- yum
|
- yum
|
||||||
|
|
Loading…
Add table
Reference in a new issue