Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 7363064

Browse files
committed
package state 'installed' is deprecated
1 parent ef9a047 commit 7363064

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

molecule/_resources/prepare.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# workaround for https://github.com/ansible/ansible/issues/59438
1010
- hostname
1111
- glibc-all-langpacks
12-
state: installed
1312
when: ansible_distribution == 'Fedora' or (ansible_os_family == "RedHat" and ansible_distribution_major_version|int >= 8)
1413
# to ensure having a real FQDN
1514
# (dots are not allowed in LXD container names, thus sticking to short names)
@@ -22,7 +21,6 @@
2221
package:
2322
name:
2423
- epel-release
25-
state: installed
2624
when: ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat'
2725

2826
- name: Prepare builder host
@@ -34,7 +32,6 @@
3432
- sudo # needed for tests
3533
- openssh-clients # to communicate between machines
3634
- crontabs # to setup cron jobs
37-
state: installed
3835
- name: "Ensure locales variables are preserved with sudo"
3936
lineinfile:
4037
path: /etc/sudoers
@@ -54,7 +51,6 @@
5451
package:
5552
name:
5653
- openssh-server # to communicate between machines
57-
state: installed
5854
- name: start SSH daemon
5955
service:
6056
name: sshd

0 commit comments

Comments
 (0)